Skip to content

Commit

Permalink
redis exposed to compose services instead of public
Browse files Browse the repository at this point in the history
might fix #42
  • Loading branch information
7yl4r authored Jun 15, 2023
1 parent c85311d commit 9c8910b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ services:

redis:
image: redis:latest
ports:
expose:
- 6379:6379
healthcheck:
test: ["CMD", "redis-cli", "ping"]
Expand Down

0 comments on commit 9c8910b

Please sign in to comment.