We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ced0f9 commit 6d8cd7aCopy full SHA for 6d8cd7a
examples/watchyourlan/docker-compose-v1.yml
@@ -6,7 +6,7 @@ services:
6
network_mode: "host"
7
restart: unless-stopped
8
volumes:
9
- - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/watchyourlan:/data
+ - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/watchyourlan-v1:/data
10
environment:
11
TZ: Europe/Berlin # required: needs your TZ for correct time
12
IFACE: "ens18" # required: 1 or more interface
0 commit comments