From ab567252d84a30060ef97a18ea057065b9846153 Mon Sep 17 00:00:00 2001 From: douginamug Date: Sat, 3 May 2025 15:21:07 +0300 Subject: [PATCH 1/2] remove obsolete 'version' attribute --- mediawiki/stack.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/mediawiki/stack.yml b/mediawiki/stack.yml index 3406c3b857d3..a40e67cd634d 100644 --- a/mediawiki/stack.yml +++ b/mediawiki/stack.yml @@ -2,7 +2,6 @@ # # Access via "http://localhost:8080" # (or "http://$(docker-machine ip):8080" if using docker-machine) -version: '3' services: mediawiki: image: mediawiki From fc2afeac92ade71c422bbb4fc020600c98582835 Mon Sep 17 00:00:00 2001 From: douginamug Date: Sat, 3 May 2025 15:25:58 +0300 Subject: [PATCH 2/2] reposition databse key comment for clarity --- mediawiki/stack.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mediawiki/stack.yml b/mediawiki/stack.yml index a40e67cd634d..05c7e29b5123 100644 --- a/mediawiki/stack.yml +++ b/mediawiki/stack.yml @@ -16,8 +16,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: + database: # <- This key defines the name of the database during setup image: mariadb restart: always environment: