Pārlūkot izejas kodu

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 2 gadi atpakaļ
vecāks
revīzija
926ecf1ecd
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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: