Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mediawiki/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down