aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index ce6fcd740b33..8538dcc32df6 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -7,7 +7,7 @@
version: '3.7'
services:
mediawiki:
- image: docker-registry.wikimedia.org/dev/stretch-php72-fpm-apache2-xdebug:0.6.1
+ image: docker-registry.wikimedia.org/dev/stretch-php72-fpm-apache2-xdebug:0.6.1-s1
working_dir: '/var/www/html/w'
ports:
- "${MW_DOCKER_PORT:-8080}:8080"