Skip to content

Commit

Permalink
fix: Do not embed LocalSettings.php in mediawiki image
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 committed May 21, 2024
1 parent bbe9457 commit a5557ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-mediawiki.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Docker: mediawiki'

env:
TAG: '2.0.0'
TAG: '2.0.1'

on:
push:
Expand Down
3 changes: 0 additions & 3 deletions dockers/mediawiki/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,5 @@ COPY cron/generate-sitemap \
RUN mkdir -p /mediawiki/sitemap &&\
chown www-data:www-data /mediawiki/sitemap

# Ship femiwiki-specific mediawiki configurations
COPY --chown=www-data LocalSettings.php /a/

# secret.php should be mounted to '/a/secret.php'
VOLUME /a
4 changes: 4 additions & 0 deletions dockers/mediawiki/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# docker-mediawiki

## 2.0.1

- Do not embed LocalSettings.php

## 2.0.0

- Remove extensions
Expand Down

0 comments on commit a5557ee

Please sign in to comment.