I get an internal server error when running the container.
I tried running the container using docker run -d -p 443:443 --name tower ybalt/ansible-tower. After a docker pull.
I also tried building the image locally and running the container. Same issue. (No errors on build)
On the local build, if I hop into the container shell and re-run setup.sh manually, things go well.
On the image I download via docker pull attempting to manually run setup.sh results in a failed task:
I get an internal server error when running the container.
I tried running the container using
docker run -d -p 443:443 --name tower ybalt/ansible-tower
. After a docker pull.I also tried building the image locally and running the container. Same issue. (No errors on build)
On the local build, if I hop into the container shell and re-run
setup.sh
manually, things go well. On the image I download viadocker pull
attempting to manually runsetup.sh
results in a failed task: