Bound ports to loopback for security

This commit is contained in:
2022-11-15 22:06:34 -08:00
parent 2d1ca5de0f
commit 73c5b50dae
2 changed files with 5 additions and 3 deletions

View File

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