Files
ohrwurm/docker-compose.yml
Renovate Bot 0f1db5207a
Some checks failed
tests / build (push) Failing after 4s
tests / test (push) Failing after 4s
tests / clippy (push) Failing after 3s
tests / pre-commit (push) Failing after 4s
tests / fmt (push) Failing after 11m31s
Update jheuel/ohrwurm:latest Docker digest to 4f119ff
2025-03-03 18:26:07 +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