diff --git a/docs/running-headscale-container.md b/docs/running-headscale-container.md index 9fd68a58..882c305d 100644 --- a/docs/running-headscale-container.md +++ b/docs/running-headscale-container.md @@ -98,8 +98,8 @@ services: restart: unless-stopped container_name: headscale ports: - - "8080:8080" - - "9090:9090" + - "127.0.0.1:8080:8080" + - "127.0.0.1:9090:9090" volumes: # pls change [config_path] to the fullpath of the config folder just created - [config_path]:/etc/headscale