Readme upd

This commit is contained in:
aceberg 2023-09-13 15:34:31 +07:00
parent 44b51d38d0
commit fde06e7a47
2 changed files with 2 additions and 2 deletions

View file

@ -97,7 +97,7 @@ docker run --name wyl \
-e "TZ=$YOURTIMEZONE" \
--network="host" \
-v $DOCKERDATAPATH/wyl:/data \
aceberg/watchyourlan -n "http://127.0.0.1:8850"
aceberg/watchyourlan -n "http://$YOUR_IP:8850"
```
Or use [docker-compose](docker-compose-local.yml)

View file

@ -9,7 +9,7 @@ services:
image: aceberg/watchyourlan
network_mode: "host"
restart: unless-stopped
command: "-n http://127.0.0.1:8850"
command: "-n http://YOUR_IP:8850" # put your server IP or DNS name here
depends_on:
- node-bootstrap
volumes: