浏览代码

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 年之前
父节点
当前提交
926ecf1ecd
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docker-compose.yml

+ 2 - 2
docker-compose.yml

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