Skip to content

Commit bb7a6d6

Browse files
committed
Merge pull request WordPress#21 from synctree/fix-chown
Change chown to www-data
2 parents 958fe02 + 8a3f182 commit bb7a6d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,6 @@ if (!$mysql->query('CREATE DATABASE IF NOT EXISTS `' . $mysql->real_escape_strin
114114
$mysql->close();
115115
EOPHP
116116

117-
chown -R "$APACHE_RUN_USER:$APACHE_RUN_GROUP" .
117+
chown -R www-data:www-data .
118118

119119
exec "$@"

0 commit comments

Comments
 (0)