Bound ports to loopback for security

master
Mark 2022-11-15 22:06:34 -08:00
parent 2d1ca5de0f
commit 73c5b50dae
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
2 changed files with 5 additions and 3 deletions

View File

@ -12,4 +12,4 @@ services:
# host:container # host:container
ports: ports:
- "8888:8888" - "127.0.0.1:8888:8888"

View File

@ -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"