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 18b30df commit f283805Copy full SHA for f283805
scripts/start.sh
@@ -6,6 +6,7 @@ if [ -d /ProcessWire ]; then
6
rm -rf /usr/share/nginx/www
7
mv /ProcessWire /usr/share/nginx/www
8
chown -R www-data:www-data /usr/share/nginx/www
9
+ usermod -u 1000 www-data
10
11
# MySQL
12
MYSQL_ROOT_PASS=`pwgen -c -n -1 12`
0 commit comments