From a8d47398e44e74e193ba2603bfa122134ac10a34 Mon Sep 17 00:00:00 2001 From: Andrei Kashin Date: Mon, 24 Jan 2022 18:12:52 +0000 Subject: [PATCH] [README] Add comment about database host name (#2098) --- mediawiki/stack.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mediawiki/stack.yml b/mediawiki/stack.yml index 04e637fb4..29e6a04de 100644 --- a/mediawiki/stack.yml +++ b/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