fix: :green_heart: Fix the ports exposed by Redis in the docker-compose
@@ -33,8 +33,8 @@ services:
redis:
image: redis
- expose:
- - 6379
+ ports:
+ - "6379:6379"
volumes:
node_modules: