update dev docker for php 8.3

This commit is contained in:
maxpozdeev 2023-12-02 15:46:48 +03:00
parent d3e4286380
commit 7058769c96
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
FROM php:8.3-rc-apache
FROM php:8.3-apache
RUN docker-php-ext-install mysqli && \
mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" && \

View file

@ -7,6 +7,7 @@ services:
dockerfile: Dockerfile-web
image: mtt-dev/php:8.3-apache
container_name: ${PLATFORM_NAME}-web
hostname: web.local
ports:
- "8080:80"
environment: