Fix Redis port mapping

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-11-28 14:34:25 -03:00
commit d0060fb8b4

View file

@ -134,8 +134,8 @@ services:
image: redis:6.2.5
env_file:
- .env
# ports:
# - 6379:6379
ports:
- 6379:6379
healthcheck:
test: "exit 0"