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

[README] Add comment about database host name (#2098)

Andrei Kashin 3 лет назад
Родитель
Сommit
a8d47398e4
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      mediawiki/stack.yml

+ 1 - 0
mediawiki/stack.yml

@@ -17,6 +17,7 @@ services:
       # this yaml and uncomment the following line and use compose to restart
       # the mediawiki service
       # - ./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:
     image: mariadb
     restart: always