Skip to content

Commit 4ced0f9

Browse files
authored
chore: add v2 wyl
1 parent c4938da commit 4ced0f9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: "3"
2+
3+
services:
4+
wyl:
5+
image: aceberg/watchyourlan:v2
6+
container_name: watchyourlan-v2
7+
network_mode: "host"
8+
restart: unless-stopped
9+
volumes:
10+
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/watchyourlan-v2:/data/WatchYourLAN
11+
environment:
12+
TZ: Europe/Beelin # required: needs your TZ for correct time
13+
IFACES: "ens18" # required: 1 or more interface
14+
THEME: "sand" # optional
15+
COLOR: "dark" # optional
16+
#SHOUTRRR_URL: "telegram://" # optional, set url to notify
17+
PORT: 8840 # optional, default: 8840

0 commit comments

Comments
 (0)