So I changed the authentication to http and I could not login using the Web Interface. I received the following error:
“Error 403 – Forbidden
You don’t have permission to access this page [HTTP Remote-User= ; Remote IP address=172.17.0.1]”
Solution:
- ~ > sudo docker exec -t -i 324e7833ba21 /bin/bash (to browse the docker container config files)
- apt-get update && apt-get install vim (to be able to modify config files)
- vim ./data/config.php
- Change the variable ‘auth_type’ => ‘none’
- Login and rechange the authentication to web form







