Added database support

This commit is contained in:
CHIEFSOFT\ameye
2024-04-28 06:20:38 -04:00
parent 7a654be81c
commit d7fb7b6050
4 changed files with 36 additions and 2 deletions
+2
View File
@@ -29,6 +29,8 @@ RUN docker-php-ext-install \
pdo_pgsql \
pgsql
RUN pecl install mongodb && docker-php-ext-enable mongodb
# 2. set up document root for apache
COPY docker/apache/000-default.conf /etc/apache2/sites-available/000-default.conf