use :dev on master branch

This commit is contained in:
Robin 2022-04-01 13:57:41 +02:00
parent 84cc8af28c
commit d05c2c1a52

View File

@ -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