security: bind service ports to localhost only
Bind navidrome, n8n, immich, openclaw, gitea web ports to 127.0.0.1 to prevent direct LAN access bypassing Caddy/Authelia. Tailscale userspace networking on Synology proxies through localhost, so VPS Caddy access via Tailscale IP continues to work. Gitea SSH port (2222) remains on all interfaces for external git push.
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
||||
container_name: openclaw-gateway
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3100:18789"
|
||||
- "127.0.0.1:3100:18789"
|
||||
environment:
|
||||
HOME: /home/node
|
||||
TERM: xterm-256color
|
||||
|
||||
Reference in New Issue
Block a user