Update tags to v2.1 in examples
This commit is contained in:
parent
7805bb171c
commit
f68081ea30
@ -3,7 +3,7 @@ version: '2.4'
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: namelessmc/nginx:v2-pr13
|
image: namelessmc/nginx:v2.1
|
||||||
ports: ['8080:8080']
|
ports: ['8080:8080']
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind # same as php container
|
- type: bind # same as php container
|
||||||
@ -25,7 +25,7 @@ services:
|
|||||||
# restart: always
|
# restart: always
|
||||||
|
|
||||||
php:
|
php:
|
||||||
image: namelessmc/php:v2-pr13
|
image: namelessmc/php:v2.1
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind # same as web container
|
- type: bind # same as web container
|
||||||
source: ./web
|
source: ./web
|
||||||
|
|||||||
@ -3,7 +3,7 @@ version: '3.2'
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: namelessmc/nginx:dev
|
image: namelessmc/nginx:v2.1
|
||||||
ports: ['8080:8080']
|
ports: ['8080:8080']
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind # same as php container
|
- type: bind # same as php container
|
||||||
@ -16,7 +16,7 @@ services:
|
|||||||
# restart: always
|
# restart: always
|
||||||
|
|
||||||
php:
|
php:
|
||||||
image: namelessmc/php:dev
|
image: namelessmc/php:v2.1
|
||||||
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