1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 17:55:10 +03:00

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:
Ryan Petrello 2017-02-09 11:00:06 -05:00
parent d513f58934
commit 4932310ad1

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: