Skip to content

Commit 6d8cd7a

Browse files
authored
chore: Update docker-compose-v1.yml
1 parent 4ced0f9 commit 6d8cd7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/watchyourlan/docker-compose-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
network_mode: "host"
77
restart: unless-stopped
88
volumes:
9-
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/watchyourlan:/data
9+
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/watchyourlan-v1:/data
1010
environment:
1111
TZ: Europe/Berlin # required: needs your TZ for correct time
1212
IFACE: "ens18" # required: 1 or more interface

0 commit comments

Comments
 (0)