Browse Source

Merge pull request #128 from BretFisher/patch-1

Remove published swarm stack redis port
Mano Marks 6 năm trước cách đây
mục cha
commit
fb09f2d5d7
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      docker-stack.yml

+ 0 - 2
docker-stack.yml

@@ -3,8 +3,6 @@ services:
 
   redis:
     image: redis:alpine
-    ports:
-      - "6379"
     networks:
       - frontend
     deploy: