This commit is contained in:
2025-03-23 19:09:08 +01:00
parent cf45b2348f
commit f04de2d8c8

View File

@ -38,7 +38,7 @@ services:
service: ${LOGGING:-syslog} service: ${LOGGING:-syslog}
ports: ports:
- 8094:8080 - 8094:8080
restart: always restart: ${RESTART:-unless-stopped}
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro