Skip to content
Snippets Groups Projects
Commit 3e75203f authored by Dan Lorenc's avatar Dan Lorenc
Browse files

Stop exposing the redis server port on the host.


This was triggering some internal security scans we have, everything still works
with it only exposed locally.

Signed-off-by: default avatarDan Lorenc <dlorenc@google.com>
parent a78558f3
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,6 @@ services:
"--appendonly",
"yes"
]
ports:
- "6379:6379"
restart: always # keep the redis server running
healthcheck:
test: ["CMD", "redis-cli", "ping"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment