Merge pull request #5272 from ryanpetrello/open-memcache-port

map docker container ports to allow access easier to memcache
This commit is contained in:
Ryan Petrello 2017-02-09 15:52:06 -05:00 committed by GitHub
commit 3631907284

View File

@ -32,6 +32,8 @@ services:
image: postgres:9.4.1
memcached:
image: memcached:alpine
ports:
- "11211:11211"
rabbitmq:
image: rabbitmq:3-management
ports: