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: services:
nginx: nginx:
image: namelessmc/nginx:v2-pr12 image: namelessmc/nginx:dev
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:v2-pr12 image: namelessmc/php:dev
volumes: volumes:
- type: bind # same as web container - type: bind # same as web container
source: ./web source: ./web