Small entrypoint fixes

This commit is contained in:
paul 2021-01-12 12:37:43 +01:00
parent 56cfaac694
commit b581d320eb
3 changed files with 17 additions and 5 deletions

View file

@ -17,7 +17,9 @@ ENV \
MEDIAWIKI_ADMIN_PASS="password" \
WG_DB_TYPE="sqlite" \
WG_DB_SERVER="" \
WG_DB_PORT="" \
WG_DB_NAME="my_wiki" \
WG_DB_USER="mediawiki" \
WG_DB_PASSWORD="password" \
WG_DB_PREFIX="" \
WG_DB_MWSCHEMA="" \