diff --git a/docker-compose.yml b/docker-compose.yml index bbaec0e..2794e79 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,6 +11,9 @@ services: - app volumes: - webroot:/var/www/html + - ./app/themes:/var/www/html/wp-content/themes + - ./app/plugins:/var/www/html/wp-content/plugins + - ./app/mu-plugins:/var/www/html/wp-content/mu-plugins environment: WORDPRESS_SITEURL: ${WPSTACK_PROTOCOL}://${WPSTACK_DOMAIN}/${WPSTACK_URLPATH:-} WORDPRESS_SITE_TYPE: ${WPSTACK_MULTISITE:-regular}