Merge pull request #128 from BretFisher/patch-1

Remove published swarm stack redis port
This commit is contained in:
Mano Marks 2018-10-29 15:21:27 -07:00 committed by GitHub
commit fb09f2d5d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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