mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-02 14:11:48 -05:00
Merge pull request #5272 from ryanpetrello/open-memcache-port
map docker container ports to allow access easier to memcache
This commit is contained in:
@@ -32,6 +32,8 @@ services:
|
||||
image: postgres:9.4.1
|
||||
memcached:
|
||||
image: memcached:alpine
|
||||
ports:
|
||||
- "11211:11211"
|
||||
rabbitmq:
|
||||
image: rabbitmq:3-management
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user