fix(framecache): bind port 7435 to 0.0.0.0 so remote bridges can register slots

This commit is contained in:
Wild Dragon Dev 2026-06-04 01:00:54 +00:00
parent e715af158d
commit 58c058b10c

View file

@ -177,7 +177,7 @@ services:
environment: environment:
FC_PORT: 7435 FC_PORT: 7435
ports: ports:
- "127.0.0.1:7435:7435" - "7435:7435"
volumes: volumes:
- /dev/shm:/dev/shm - /dev/shm:/dev/shm
networks: networks: