Skip to content

Commit

Permalink
fix permission issue on config.inc.php link when container run unpriv…
Browse files Browse the repository at this point in the history
…ileged (#1022)
  • Loading branch information
David Coutadeur committed Jan 6, 2025
1 parent 1d0e993 commit d8a1d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/docker/install
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ install -m 755 packaging/docker/entrypoint.sh /rootfs/

install --directory -D \
"/rootfs/var/www/htdocs/vendor" \
"/rootfs/var/www/conf" \
:

install --owner www-data --group www-data --directory -D \
"/rootfs/var/www/templates_c" \
"/rootfs/var/www/cache" \
"/rootfs/var/www/conf" \
:

sed conf/config.inc.php \
Expand Down

0 comments on commit d8a1d03

Please sign in to comment.