Fix Redis port mapping
This commit is contained in:
parent
8d4c4a5a47
commit
d0060fb8b4
1 changed files with 2 additions and 2 deletions
|
|
@ -134,8 +134,8 @@ services:
|
|||
image: redis:6.2.5
|
||||
env_file:
|
||||
- .env
|
||||
# ports:
|
||||
# - 6379:6379
|
||||
ports:
|
||||
- 6379:6379
|
||||
healthcheck:
|
||||
test: "exit 0"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue