fix: bind port 3457 to 127.0.0.1 to prevent direct public access
Was bound to 0.0.0.0:3457 making the API reachable without auth. Now relies exclusively on Traefik (angel.manohargupta.com) for ingress. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b2e6ef940a
commit
bb8a00c196
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ services:
|
|||
restart: unless-stopped
|
||||
env_file: .env
|
||||
ports:
|
||||
- "3457:3457"
|
||||
- "127.0.0.1:3457:3457"
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue