Bind news app to localhost for reverse proxy

This commit is contained in:
wuyanwanwu
2026-08-17 20:32:41 +08:00
parent cc310283e4
commit 9490a1ce54
5 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ services:
env_file:
- .env
ports:
- "3100:3100"
- "127.0.0.1:3100:3100"
extra_hosts:
- "host.docker.internal:host-gateway"