Compare commits

..

1 Commits

Author SHA1 Message Date
Dominik Meyer f2daedcb8f
FIX: fixed non working conf volume 2021-02-06 22:02:24 +01:00
1 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@ if [ ! -d /var/lib/mysql/wikindx6 ] ; then
mysql -u root < create.sql
fi
mv /home/wikindx /var/www/html/
if [ ! -d /var/www/html/ikindx ]; then
mv /home/wikindx /var/www/html/
fi
docker-php-entrypoint apache2-foreground