Skip to content
Snippets Groups Projects
Unverified Commit 9499634f authored by dlorenc's avatar dlorenc Committed by GitHub
Browse files

Merge pull request #243 from dlorenc/noredis

Stop exposing the redis server port on the host.
parents 8de0da21 3e75203f
No related branches found
No related tags found
No related merge requests found
...@@ -22,8 +22,6 @@ services: ...@@ -22,8 +22,6 @@ services:
"--appendonly", "--appendonly",
"yes" "yes"
] ]
ports:
- "6379:6379"
restart: always # keep the redis server running restart: always # keep the redis server running
healthcheck: healthcheck:
test: ["CMD", "redis-cli", "ping"] 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