mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-02-17 13:58:12 +00:00
chore: Update docker-compose-v1.yml
This commit is contained in:
parent
4ced0f9f6d
commit
6d8cd7a1a6
|
@ -6,7 +6,7 @@ services:
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/watchyourlan:/data
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/watchyourlan-v1:/data
|
||||||
environment:
|
environment:
|
||||||
TZ: Europe/Berlin # required: needs your TZ for correct time
|
TZ: Europe/Berlin # required: needs your TZ for correct time
|
||||||
IFACE: "ens18" # required: 1 or more interface
|
IFACE: "ens18" # required: 1 or more interface
|
||||||
|
|
Loading…
Reference in New Issue
Block a user