1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-08-14 13:51:01 +02:00

change the port forwarding to listen to only localhost

This commit is contained in:
XN 2023-05-06 16:39:07 +08:00 committed by GitHub
parent 439f76c79f
commit d771159637
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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