We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73ee412 + fc2afea commit affef21Copy full SHA for affef21
mediawiki/stack.yml
@@ -2,7 +2,6 @@
2
#
3
# Access via "http://localhost:8080"
4
# (or "http://$(docker-machine ip):8080" if using docker-machine)
5
-version: '3'
6
services:
7
mediawiki:
8
image: mediawiki
@@ -17,8 +16,7 @@ services:
17
16
# this yaml and uncomment the following line and use compose to restart
18
# the mediawiki service
19
# - ./LocalSettings.php:/var/www/html/LocalSettings.php
20
- # This key also defines the name of the database host used during setup instead of the default "localhost"
21
- database:
+ database: # <- This key defines the name of the database during setup
22
image: mariadb
23
restart: always
24
environment:
0 commit comments