Skip to content

Wrong permissions in /var/lib/php #52

@simonbernard

Description

@simonbernard

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions