From d771159637dc71a25ba63b51bb95347b2ce943d2 Mon Sep 17 00:00:00 2001 From: XN Date: Sat, 6 May 2023 16:39:07 +0800 Subject: [PATCH] change the port forwarding to listen to only localhost --- docs/running-headscale-container.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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