fix: export all volumes to reverse-proxy, not just webroot
This commit is contained in:
@@ -11,6 +11,9 @@ services:
|
|||||||
- app
|
- app
|
||||||
volumes:
|
volumes:
|
||||||
- webroot:/var/www/html
|
- 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:
|
environment:
|
||||||
WORDPRESS_SITEURL: ${WPSTACK_PROTOCOL}://${WPSTACK_DOMAIN}/${WPSTACK_URLPATH:-}
|
WORDPRESS_SITEURL: ${WPSTACK_PROTOCOL}://${WPSTACK_DOMAIN}/${WPSTACK_URLPATH:-}
|
||||||
WORDPRESS_SITE_TYPE: ${WPSTACK_MULTISITE:-regular}
|
WORDPRESS_SITE_TYPE: ${WPSTACK_MULTISITE:-regular}
|
||||||
|
|||||||
Reference in New Issue
Block a user