updated database service
This commit is contained in:
+1
-2
@@ -28,10 +28,9 @@ RUN apk add --no-cache \
|
||||
unzip \
|
||||
git \
|
||||
oniguruma-dev \
|
||||
postgresql-dev \
|
||||
$PHPIZE_DEPS \
|
||||
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
|
||||
&& docker-php-ext-install pdo pdo_pgsql mbstring zip exif pcntl gd opcache
|
||||
&& docker-php-ext-install pdo pdo_mysql mbstring zip exif pcntl gd opcache
|
||||
|
||||
COPY docker/opcache.ini /usr/local/etc/php/conf.d/opcache.ini
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
FROM postgres:15-alpine
|
||||
FROM mariadb:10.6
|
||||
|
||||
COPY docker/humicpro_cetaksuratkp.sql /docker-entrypoint-initdb.d/
|
||||
Reference in New Issue
Block a user