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