mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
update dev docker for php 8.3
This commit is contained in:
parent
d3e4286380
commit
7058769c96
2 changed files with 2 additions and 1 deletions
|
|
@ -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" && \
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue