docker-phpLDAPadmin icon indicating copy to clipboard operation
docker-phpLDAPadmin copied to clipboard

Wrong permissions in /var/lib/php

Open simonbernard opened this issue 7 years ago • 0 comments

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: grafik

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

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?

simonbernard avatar Dec 12 '18 14:12 simonbernard