mirror of
https://github.com/jgeusebroek/docker-spotweb.git
synced 2025-08-06 21:28:28 +02:00
Revert to master branch. Media branch is deprecated.
This commit is contained in:
@@ -24,7 +24,7 @@ if [ -f /config/dbsettings.inc.php ]; then
|
||||
ln -s /config/dbsettings.inc.php /var/www/spotweb/dbsettings.inc.php
|
||||
|
||||
# Run database update
|
||||
/usr/bin/php /var/www/spotweb/upgrade-db.php
|
||||
/usr/bin/php /var/www/spotweb/bin/upgrade-db.php
|
||||
else
|
||||
echo -e "\nWARNING: You have no database configuration file, either create /config/dbsettings.inc.php or restart this container with the correct environment variables to auto generate the config.\n"
|
||||
fi
|
||||
@@ -36,4 +36,4 @@ sed -i "s#^;date.timezone =.*#date.timezone = ${TZ}#g" /etc/php5/*/php.ini
|
||||
# Enabling PHP mod rewrite
|
||||
/usr/sbin/a2enmod rewrite && /etc/init.d/apache2 restart
|
||||
|
||||
tail -F /var/log/apache2/*
|
||||
tail -F /var/log/apache2/*
|
||||
|
Reference in New Issue
Block a user