Просмотр исходного кода

reposition databse key comment for clarity

douginamug 8 месяцев назад
Родитель
Сommit
fc2afeac92
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      mediawiki/stack.yml

+ 1 - 2
mediawiki/stack.yml

@@ -16,8 +16,7 @@ services:
       # this yaml and uncomment the following line and use compose to restart
       # this yaml and uncomment the following line and use compose to restart
       # the mediawiki service
       # the mediawiki service
       # - ./LocalSettings.php:/var/www/html/LocalSettings.php
       # - ./LocalSettings.php:/var/www/html/LocalSettings.php
-  # This key also defines the name of the database host used during setup instead of the default "localhost"
-  database:
+  database: # <- This key defines the name of the database during setup
     image: mariadb
     image: mariadb
     restart: always
     restart: always
     environment:
     environment: