Update WatchYourLAN/docker-compose.yml

This commit is contained in:
2026-04-06 16:43:54 +01:00
parent 6449535192
commit 16df6a6b41

View File

@@ -12,9 +12,9 @@ services:
environment: environment:
- IFACES=eth0 - IFACES=eth0
- TZ=Europe/London - TZ=Europe/London
- HOST: "0.0.0.0" # optional, default: 0.0.0.0 - HOST="0.0.0.0" # optional, default: 0.0.0.0
- PORT: "8840" # optional, default: 8840 - PORT="8840" # optional, default: 8840
- TIMEOUT: "120" # optional, time in seconds, default: 120 - TIMEOUT="120" # optional, time in seconds, default: 120
network_mode: "host" network_mode: "host"
volumes: volumes:
- /media/gv0/docker/WatchYourLAN/data:/data/WatchYourLAN - /media/gv0/docker/WatchYourLAN/data:/data/WatchYourLAN