RummsMurmel
RummsMurmel
### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates. - [X] I understand...
Hello, I installed eramba-community as described in https://www.eramba.org/learning/courses/12/episodes/274#install_community Here is my .env ``` DB_HOST=mysql DB_DATABASE=docker DB_USERNAME=docker DB_PASSWORD= CACHE_URL=Redis://?server=redis&port=6379&password=&timeout=3 MYSQL_ROOT_PASSWORD= USE_PROXY=1 PROXY_HOST= PROXY_PORT=8080 USE_PROXY_AUTH=0 PROXY_AUTH_USER= PROXY_AUTH_PASS= PUBLIC_ADDRESS=https:// DOCKER_DEPLOYMENT=1 LDAPTLS_REQCERT=never ``` No...