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