Delete WatchYourLAN/docker-compose.yml
This commit is contained in:
@@ -1,20 +0,0 @@
|
|||||||
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
|
|
||||||
- HOST="0.0.0.0" # optional, default: 0.0.0.0
|
|
||||||
- PORT="8840" # optional, default: 8840
|
|
||||||
- TIMEOUT="120" # optional, time in seconds, default: 120
|
|
||||||
network_mode: "host"
|
|
||||||
volumes:
|
|
||||||
- /media/gv0/docker/WatchYourLAN/data:/data/WatchYourLAN
|
|
||||||
Reference in New Issue
Block a user