fix(framecache): bind port 7435 to 0.0.0.0 so remote bridges can register slots
This commit is contained in:
parent
e715af158d
commit
58c058b10c
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ services:
|
|||
environment:
|
||||
FC_PORT: 7435
|
||||
ports:
|
||||
- "127.0.0.1:7435:7435"
|
||||
- "7435:7435"
|
||||
volumes:
|
||||
- /dev/shm:/dev/shm
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Reference in a new issue