diff --git a/README.md b/README.md index 26e52f4..6ab8982 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docker-compose-local.yml b/docker-compose-local.yml index 1468acc..b7ce8cd 100644 --- a/docker-compose-local.yml +++ b/docker-compose-local.yml @@ -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: