Compose-Examples/examples/watchyourlan/docker-compose-v2.yml

17 wiersze
654 B
YAML
Czysty Zwykły widok Historia

2024-09-01 12:06:56 +00:00
services:
2024-09-01 12:06:56 +00:00
wyl:
image: aceberg/watchyourlan:v2
container_name: watchyourlan-v2
network_mode: "host"
restart: unless-stopped
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/watchyourlan-v2:/data/WatchYourLAN
environment:
TZ: Europe/Beelin # required: needs your TZ for correct time
IFACES: "ens18" # required: 1 or more interface
THEME: "sand" # optional
COLOR: "dark" # optional
#SHOUTRRR_URL: "telegram://" # optional, set url to notify
PORT: 8840 # optional, default: 8840