diff --git a/mediawiki/compose.yaml b/mediawiki/compose.yaml index 7df22965b1d2..d4b9131e25fd 100644 --- a/mediawiki/compose.yaml +++ b/mediawiki/compose.yaml @@ -12,8 +12,8 @@ services: volumes: - images:/var/www/html/images # After initial setup, download LocalSettings.php to the same directory as - # this yaml and uncomment the following line and use compose to restart - # the mediawiki service + # this yaml, uncomment the following line, and run `docker compose up --build` + # to recreate the mediawiki service with the new volume. # - ./LocalSettings.php:/var/www/html/LocalSettings.php database: # <- This key defines the name of the database during setup image: mariadb