Skip to content

Commit

Permalink
Merge pull request #1226 from Websoft9/update-mediawiki-e9d34562
Browse files Browse the repository at this point in the history
Update mediawiki
  • Loading branch information
qiaofeng1227 authored Jan 7, 2025
2 parents 289654a + fcf1a50 commit ef00858
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/mediawiki/.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
W9_REPO=mediawiki
W9_DIST='community'
W9_VERSION='1.42.3'
W9_POWER_PASSWORD='Df9xDc!0XA!SL3aK'
W9_VERSION='1.42.4'
W9_POWER_PASSWORD='O!iws7Kr8o#r6f0!'

#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
W9_ID='mediawiki'
Expand Down
2 changes: 1 addition & 1 deletion apps/mediawiki/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- .env
volumes:
- images:/var/www/html/images
# - ./src/LocalSettings.php:/var/www/html/LocalSettings.php
#- ./src/LocalSettings.php:/var/www/html/LocalSettings.php
depends_on:
- mysql
restart: unless-stopped
Expand Down
2 changes: 1 addition & 1 deletion apps/mediawiki/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"edition": [
{
"dist": "community",
"version": ["1.42.3","latest"]
"version": ["1.42.4","latest"]
}
],
"requirements": {
Expand Down

0 comments on commit ef00858

Please sign in to comment.