Merge pull request 'Specify php version for proxy gen' (#14) from develop into master
All checks were successful
/ build (push) Successful in 34s
All checks were successful
/ build (push) Successful in 34s
Reviewed-on: #14
This commit is contained in:
commit
07315422d3
1 changed files with 2 additions and 1 deletions
|
@ -11,9 +11,10 @@ services:
|
||||||
- caddy_data:/data
|
- caddy_data:/data
|
||||||
depends_on:
|
depends_on:
|
||||||
- php-fpm
|
- php-fpm
|
||||||
|
- php-create-proxies
|
||||||
php-create-proxies:
|
php-create-proxies:
|
||||||
container_name: gamesshop_php_generateproxies
|
container_name: gamesshop_php_generateproxies
|
||||||
image: php-cli
|
image: php:8.3-cli
|
||||||
volumes:
|
volumes:
|
||||||
- ./..:/app
|
- ./..:/app
|
||||||
- php_tmp:/tmp
|
- php_tmp:/tmp
|
||||||
|
|
Loading…
Reference in a new issue