bump tag to pr9 in example file
This commit is contained in:
parent
f3f1af3fc6
commit
f9b1e40d47
@ -3,7 +3,7 @@ version: '2'
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: namelessmc/nginx:v2-pr8
|
image: namelessmc/nginx:v2-pr9
|
||||||
ports: ['80:80']
|
ports: ['80:80']
|
||||||
volumes: ['./web:/data'] # same as php container
|
volumes: ['./web:/data'] # same as php container
|
||||||
# environment:
|
# environment:
|
||||||
@ -12,7 +12,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
php:
|
php:
|
||||||
image: namelessmc/php:v2-pr8
|
image: namelessmc/php:v2-pr9
|
||||||
volumes: ['./web:/data'] # same as web container
|
volumes: ['./web:/data'] # same as web container
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user