We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e072598 commit ef07995Copy full SHA for ef07995
1 file changed
start.sh
@@ -13,4 +13,9 @@ php_value max_input_vars ${MAX_INPUT_VARS:-3000}
13
php_value output_buffering ${OUTPUT_BUFFERING:-9096}
14
EOF
15
16
+chown www-data:www-data /var/www/html/.htaccess
17
+
18
+mkdir -p /var/www/html/wp-content
19
+chown -R www-data:www-data /var/www/html/wp-content
20
21
docker-entrypoint.sh apache2-foreground
0 commit comments