File tree Expand file tree Collapse file tree 3 files changed +22
-1
lines changed
Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1+ title : " PHP 8.3"
2+
3+ actions :
4+ - merge : app/php83.yml
5+ dst : docker-compose.yml
Original file line number Diff line number Diff line change @@ -3,8 +3,11 @@ title: "Wizard: PHP"
33actions :
44 # Defines which app service to use (PHP version)
55 - prompt : ' Which PHP version do you want to use'
6- default : ' PHP 8.1 '
6+ default : ' PHP 8.2 '
77 options :
8+ - name : ' PHP 8.3'
9+ actions :
10+ - recipe : php-8.3
811 - name : ' PHP 8.2'
912 actions :
1013 - recipe : php-8.2
Original file line number Diff line number Diff line change 1+ services :
2+ app :
3+ image : kooldev/php:8.3-nginx
4+ ports :
5+ - " ${KOOL_APP_PORT:-80}:80"
6+ environment :
7+ ASUSER : " ${KOOL_ASUSER:-0}"
8+ UID : " ${UID:-0}"
9+ volumes :
10+ - .:/app:delegated
11+ networks :
12+ - kool_local
13+ - kool_global
You can’t perform that action at this time.
0 commit comments