mirror of
https://github.com/cupcakearmy/liquet.git
synced 2025-09-05 15:30:40 +00:00
install required and recommended modules
This commit is contained in:
3
Dockerfile
Normal file
3
Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM wordpress:5-apache
|
||||
|
||||
RUN docker-php-ext-install pdo_mysql exif bcmath
|
@@ -7,7 +7,7 @@ x-default: &default
|
||||
services:
|
||||
wp:
|
||||
<<: *default
|
||||
image: wordpress:5-apache
|
||||
build: .
|
||||
volumes:
|
||||
- ./uploads.ini:/usr/local/etc/php/conf.d/uploads.ini:ro
|
||||
- ./data/wp:/var/www/html
|
||||
|
Reference in New Issue
Block a user