Files
Docker/Diun/docker-compose.yml
2025-04-13 00:25:40 +02:00

16 lines
342 B
YAML

name: diun
services:
diun:
image: crazymax/diun:latest
command: serve
volumes:
- "/zstore/Docker-volumes/Diun/data:/data"
- "./diun.yml:/diun.yml:ro"
- "/var/run/docker.sock:/var/run/docker.sock"
environment:
- "TZ=Europe/Paris"
- "LOG_LEVEL=info"
- "LOG_JSON=false"
restart: always