From fde06e7a47fd89c0bceb36d4f9b5f86d606e3075 Mon Sep 17 00:00:00 2001 From: aceberg <1502200+aceberg@users.noreply.github.com> Date: Wed, 13 Sep 2023 15:34:31 +0700 Subject: [PATCH] Readme upd --- README.md | 2 +- docker-compose-local.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: