mirror of
https://github.com/cupcakearmy/liquet.git
synced 2024-12-21 23:56:24 +00:00
install required and recommended modules
This commit is contained in:
parent
26fdea5d30
commit
76f7bc28ca
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
|
||||
|
Loading…
Reference in New Issue
Block a user