File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,4 +23,5 @@ RUN php /install/composer.phar update
2323RUN php /install/composer.phar install --no-dev --prefer-dist
2424WORKDIR /var/www/html
2525ADD init.sh /
26+ ADD init-live.sh /
2627EXPOSE 443
Original file line number Diff line number Diff line change 11#! /bin/bash
22export PHP_MEMORY_LIMIT=" 512M"
3- php console.php maintenance:install --admin-user admin --admin-pass $MARIADB_ROOT_PASSWORD --database " mysql" --database-name " nextcloud" --database-user " root" --database-pass " $MARIADB_ROOT_PASSWORD " --database-host " db "
3+ php console.php maintenance:install --admin-user admin --admin-pass $MARIADB_ROOT_PASSWORD --database " mysql" --database-name " nextcloud" --database-user " root" --database-pass " $MARIADB_ROOT_PASSWORD " --database-host " 127.0.0.1 "
44php console.php status
55php console.php app:enable solid
66sed -i ' 96 i\ RewriteRule ^\\.well-known/openid-configuration /apps/solid/openid [R=302,L]' /var/www/html/.htaccess
You can’t perform that action at this time.
0 commit comments