mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
switch memcached from tcp to unix domain socket
This commit is contained in:
@@ -3,7 +3,6 @@ set +x
|
||||
|
||||
# Wait for the databases to come up
|
||||
ansible -i "127.0.0.1," -c local -v -m wait_for -a "host=postgres port=5432" all
|
||||
ansible -i "127.0.0.1," -c local -v -m wait_for -a "host=memcached port=11211" all
|
||||
ansible -i "127.0.0.1," -c local -v -m wait_for -a "path=/var/run/redis/redis.sock" all
|
||||
|
||||
# In case AWX in the container wants to connect to itself, use "docker exec" to attach to the container otherwise
|
||||
|
||||
Reference in New Issue
Block a user