/tmp should not be used, it gets wiped and causes issues as noted in issue #3705.
This commit is contained in:
Lunar
2019-09-29 23:20:09 -05:00
committed by GitHub
parent d2a5af44de
commit adac87adf2

View File

@@ -57,11 +57,11 @@ dockerhub_base=ansible
# Common Docker parameters # Common Docker parameters
awx_task_hostname=awx awx_task_hostname=awx
awx_web_hostname=awxweb awx_web_hostname=awxweb
postgres_data_dir=/tmp/pgdocker postgres_data_dir=/var/lib/pgdocker
host_port=80 host_port=80
host_port_ssl=443 host_port_ssl=443
#ssl_certificate= #ssl_certificate=
docker_compose_dir=/tmp/awxcompose docker_compose_dir=/var/lib/awxcompose
# Required for Openshift when building the image on your own # Required for Openshift when building the image on your own
# Optional for Openshift if using Dockerhub or another prebuilt registry # Optional for Openshift if using Dockerhub or another prebuilt registry