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

This commit is contained in:
Andrei Kashin 2022-01-24 18:12:52 +00:00 committed by GitHub
parent e4e375070c
commit a8d47398e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,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:
image: mariadb image: mariadb
restart: always restart: always