update versions in example
This commit is contained in:
parent
4ecd530dcb
commit
17b290bb3c
@ -3,7 +3,7 @@ version: '3.2'
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: namelessmc/nginx:v2-pr10
|
image: namelessmc/nginx:v2-pr12
|
||||||
ports: ['80:80']
|
ports: ['80:80']
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind # same as php container
|
- type: bind # same as php container
|
||||||
@ -15,7 +15,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
php:
|
php:
|
||||||
image: namelessmc/php:v2-pr10
|
image: namelessmc/php:v2-pr12
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind # same as web container
|
- type: bind # same as web container
|
||||||
source: ./web
|
source: ./web
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user