actually use php 7.4 for php 7.4 image
This commit is contained in:
parent
db3464db93
commit
909468030c
@ -14,6 +14,8 @@ docker buildx build \
|
||||
-t namelessmc/nginx:v2-pr8 \
|
||||
-t namelessmc/nginx:v2-pr9 \
|
||||
-t namelessmc/nginx:v2-pr9-php8 \
|
||||
-t namelessmc/nginx:v2-pr10 \
|
||||
-t namelessmc/nginx:v2-pr10-php74 \
|
||||
-t namelessmc/nginx:dev \
|
||||
-t namelessmc/nginx:dev-php8 \
|
||||
--platform=linux/arm,linux/arm64,linux/amd64 nginx_web --push
|
||||
@ -31,6 +33,6 @@ deploy_php v2-pr8 7.4 v2.0.0-pr8
|
||||
deploy_php v2-pr9 7.4 v2.0.0-pr9
|
||||
deploy_php v2-pr9-php8 8.0 v2.0.0-pr9
|
||||
deploy_php v2-pr10 8.0 v2.0.0-pr10
|
||||
deploy_php v2-pr10-php74 8.0 v2.0.0-pr10
|
||||
deploy_php v2-pr10-php74 7.4 v2.0.0-pr10
|
||||
deploy_php dev 7.4 v2
|
||||
deploy_php dev-php8 8.0 v2
|
||||
|
||||
@ -3,7 +3,7 @@ version: '2'
|
||||
services:
|
||||
|
||||
nginx:
|
||||
image: namelessmc/nginx:v2-pr9
|
||||
image: namelessmc/nginx:v2-pr10
|
||||
ports: ['80:80']
|
||||
volumes: ['./web:/data'] # same as php container
|
||||
# environment:
|
||||
@ -12,7 +12,7 @@ services:
|
||||
restart: always
|
||||
|
||||
php:
|
||||
image: namelessmc/php:v2-pr9
|
||||
image: namelessmc/php:v2-pr10
|
||||
volumes: ['./web:/data'] # same as web container
|
||||
restart: always
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user