Bound ports to loopback for security
parent
2d1ca5de0f
commit
73c5b50dae
|
@ -12,4 +12,4 @@ services:
|
||||||
|
|
||||||
# host:container
|
# host:container
|
||||||
ports:
|
ports:
|
||||||
- "8888:8888"
|
- "127.0.0.1:8888:8888"
|
||||||
|
|
|
@ -11,5 +11,7 @@ services:
|
||||||
- "./stconfig:/stconfig"
|
- "./stconfig:/stconfig"
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
- "8384:8384"
|
- "127.0.0.1:8384:8384"
|
||||||
- "22067:22067"
|
# Only uncomment if you need a relay
|
||||||
|
# TODO: envvar to disable relay
|
||||||
|
#- "22067:22067"
|
Loading…
Reference in New Issue