Add WatchYourLAN/docker-compose.yml
transferred from "elite" modified bind volume and interface name
This commit is contained in:
17
WatchYourLAN/docker-compose.yml
Normal file
17
WatchYourLAN/docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
shoutrrr:
|
||||
stdin_open: true
|
||||
tty: true
|
||||
image: containrrr/shoutrrr
|
||||
command: generate telegram
|
||||
#
|
||||
watchyourlan:
|
||||
image: aceberg/watchyourlan
|
||||
container_name: wyl
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- IFACES=eth0
|
||||
- TZ=Europe/London
|
||||
network_mode: "host"
|
||||
volumes:
|
||||
- /media/gv0/docker/WatchYourLAN/data:/data/WatchYourLAN
|
||||
Reference in New Issue
Block a user