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 ab56725 commit fc2afeaCopy full SHA for fc2afea
mediawiki/stack.yml
@@ -16,8 +16,7 @@ services:
16
# this yaml and uncomment the following line and use compose to restart
17
# the mediawiki service
18
# - ./LocalSettings.php:/var/www/html/LocalSettings.php
19
- # This key also defines the name of the database host used during setup instead of the default "localhost"
20
- database:
+ database: # <- This key defines the name of the database during setup
21
image: mariadb
22
restart: always
23
environment:
0 commit comments