mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
5 lines
156 B
Docker
5 lines
156 B
Docker
FROM elasticsearch:5
|
|
|
|
ENV ES_JAVA_OPTS="-Des.path.conf=/etc/elasticsearch"
|
|
|
|
CMD ["-E", "network.host=0.0.0.0", "-E", "discovery.zen.minimum_master_nodes=1"] |