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 c4938da commit 4ced0f9Copy full SHA for 4ced0f9
examples/watchyourlan/docker-compose-v2.yml
@@ -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