Update diun/docker-compose.yml

This commit is contained in:
2025-12-16 15:00:15 +00:00
parent 9650300304
commit 767f9b99cd

View File

@@ -4,7 +4,7 @@ services:
container_name: diun container_name: diun
command: serve command: serve
volumes: volumes:
- "docker/diun/data:/data" - "/docker/diun/data:/data"
- "/var/run/docker.sock:/var/run/docker.sock" - "/var/run/docker.sock:/var/run/docker.sock"
environment: environment:
- "TZ=Europe/London" - "TZ=Europe/London"