Files
ohrwurm/docker-compose.yml
Renovate Bot 414d6b0368
All checks were successful
tests / fmt (push) Successful in 56s
tests / build (push) Successful in 1m6s
tests / clippy (push) Successful in 53s
tests / test (push) Successful in 1m8s
tests / pre-commit (push) Successful in 1m3s
Update jheuel/ohrwurm:latest Docker digest to 4f119ff
2025-03-04 07:25:47 +00:00

11 lines
258 B
YAML

services:
ohrwurm:
container_name: ohrwurm
image: jheuel/ohrwurm:latest@sha256:4f119ffb695307ec4df456dd1f421cfe969b2495681e7b484e4937606bc55b72
# build: .
restart: unless-stopped
volumes:
- ./data:/data
env_file:
- .env