Readme upd
This commit is contained in:
parent
44b51d38d0
commit
fde06e7a47
2 changed files with 2 additions and 2 deletions
|
|
@ -97,7 +97,7 @@ docker run --name wyl \
|
||||||
-e "TZ=$YOURTIMEZONE" \
|
-e "TZ=$YOURTIMEZONE" \
|
||||||
--network="host" \
|
--network="host" \
|
||||||
-v $DOCKERDATAPATH/wyl:/data \
|
-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)
|
Or use [docker-compose](docker-compose-local.yml)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ services:
|
||||||
image: aceberg/watchyourlan
|
image: aceberg/watchyourlan
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
restart: unless-stopped
|
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:
|
depends_on:
|
||||||
- node-bootstrap
|
- node-bootstrap
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue