bump tag to pr9 in example file
This commit is contained in:
parent
f3f1af3fc6
commit
f9b1e40d47
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user