mirror of
https://github.com/ansible/awx.git
synced 2026-03-16 00:17:29 -02:30
map docker container ports to allow access easier to memcache
this eases memcached interaction from your host, e.g., $ echo "get :1:LICENSE" | nc localhost 11211
This commit is contained in:
@@ -32,6 +32,8 @@ services:
|
|||||||
image: postgres:9.4.1
|
image: postgres:9.4.1
|
||||||
memcached:
|
memcached:
|
||||||
image: memcached:alpine
|
image: memcached:alpine
|
||||||
|
ports:
|
||||||
|
- "11211:11211"
|
||||||
rabbitmq:
|
rabbitmq:
|
||||||
image: rabbitmq:3-management
|
image: rabbitmq:3-management
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user