docker-phpLDAPadmin
docker-phpLDAPadmin copied to clipboard
Wrong permissions in /var/lib/php
Hello!
Thanks for this great image!
I have a problem with permissions in /var/lib/php. In the browser I am getting the following message:

If I check permissions it looks like this, which really seems not ok:

If I do chmod -R 777 * everything works as expected.
This is the command I used to run the container:
docker run -d --name openldap_admin \
--restart unless-stopped \
--hostname openldap_admin \
--link openldap:openldap \
-v ldap_admin:/var/www/phpldapadmin \
-e PHPLDAPADMIN_LDAP_HOSTS=openldap \
-e PHPLDAPADMIN_HTTPS=false \
osixia/phpldapadmin
Is something wrong with what I do?