We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e89ec0 commit e45d45bCopy full SHA for e45d45b
1 file changed
lam-packaging/docker/Dockerfile
@@ -101,6 +101,7 @@ RUN setcap 'cap_net_bind_service=+ep' /usr/sbin/apache2 \
101
&& chown www-data:www-data /var/run \
102
&& chown www-data:www-data /var/run/apache2 \
103
&& chmod gu+s /usr/sbin/cron \
104
+ && chown www-data:www-data /etc/ldap/ldap.conf \
105
&& chown www-data:www-data /etc/php/8.4/apache2
106
107
# install letsencrypt certificates
0 commit comments