use :dev on master branch
This commit is contained in:
parent
84cc8af28c
commit
d05c2c1a52
@ -3,7 +3,7 @@ version: '3.2'
|
||||
services:
|
||||
|
||||
nginx:
|
||||
image: namelessmc/nginx:v2-pr12
|
||||
image: namelessmc/nginx:dev
|
||||
ports: ['8080:8080']
|
||||
volumes:
|
||||
- type: bind # same as php container
|
||||
@ -16,7 +16,7 @@ services:
|
||||
# restart: always
|
||||
|
||||
php:
|
||||
image: namelessmc/php:v2-pr12
|
||||
image: namelessmc/php:dev
|
||||
volumes:
|
||||
- type: bind # same as web container
|
||||
source: ./web
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user