#tradewind:add php83

This commit is contained in:
2023-12-25 18:23:07 +08:00
parent 804eb5544f
commit 4b5a861360
8 changed files with 3966 additions and 3 deletions

View File

@@ -47,6 +47,19 @@ services:
- server
container_name: php74
restart: always
php83:
build:
context: ./php8.3/
dockerfile: dockerfile
volumes:
- ./php8.3/sources.list:/etc/apt/sources.list
- ./php8.3/docker-php-ext-xdebug.ini:/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
- ./php8.3/php.ini:/usr/local/etc/php/php.ini
- ${LOCAL_CODE_ROOT}:/var/www/http
networks:
- server
container_name: php83
restart: always
mysql:
build:
context: mysql/