Explorar o código

fix: 💚 Fix the ports exposed by Redis in the docker-compose

fix: :green_heart: Fix the ports exposed by Redis in the docker-compose
Oliver Windall Juhl %!s(int64=2) %!d(string=hai) anos
pai
achega
926ecf1ecd
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      docker-compose.yml

+ 2 - 2
docker-compose.yml

@@ -33,8 +33,8 @@ services:
 
   redis:
     image: redis
-    expose:
-      - 6379
+    ports:
+      - "6379:6379"
 
 volumes:
   node_modules: