docker: Update apache2 image to one with a /view rewrite rule
Bug: T338190 Change-Id: I191f7733443df94644877b4d97827b33a3befbef
This commit is contained in:
parent
dbb99b9dd3
commit
1ae4ead71f
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ services:
|
|||
XHPROF_ENABLE: '${XHPROF_ENABLE:-true}'
|
||||
|
||||
mediawiki-web:
|
||||
image: docker-registry.wikimedia.org/dev/buster-apache2:2.0.0-s2
|
||||
image: docker-registry.wikimedia.org/dev/buster-apache2:2.0.1
|
||||
user: "${MW_DOCKER_UID}:${MW_DOCKER_GID}"
|
||||
ports:
|
||||
- "${MW_DOCKER_PORT:-8080}:8080"
|
||||
|
|
|
|||
Loading…
Reference in a new issue