bump tag to pr9 in example file

This commit is contained in:
Robin 2021-05-01 14:15:28 +02:00
parent f3f1af3fc6
commit f9b1e40d47

View File

@ -3,7 +3,7 @@ version: '2'
services:
nginx:
image: namelessmc/nginx:v2-pr8
image: namelessmc/nginx:v2-pr9
ports: ['80:80']
volumes: ['./web:/data'] # same as php container
# environment:
@ -12,7 +12,7 @@ services:
restart: always
php:
image: namelessmc/php:v2-pr8
image: namelessmc/php:v2-pr9
volumes: ['./web:/data'] # same as web container
restart: always