This commit is contained in:
2025-12-05 07:30:09 +01:00
parent 1699f45b01
commit 52101e3559

View File

@@ -23,7 +23,6 @@ services:
mode: ingress
volumes:
- data:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
deploy:
labels:
@@ -60,6 +59,7 @@ services:
- runner_config:/config
- runner_data:/data
- /var/run/docker.sock:/var/run/docker.sock
- /etc/localtime:/etc/localtime:ro
deploy:
labels:
wud.watch: 'true'