feature: move bind folders for untracked docker-compose.override
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#
|
||||
# uncoment volumes below to bind specif plugins and themes from other paths into your project
|
||||
# copy this file as 'docker-compose.override.yml' for autoloading with docker-compose.yml
|
||||
#
|
||||
services:
|
||||
|
||||
reverse-proxy:
|
||||
# volumes:
|
||||
# - ../repo/wp-content/themes/my-theme:/var/www/html/wp-content/themes/my-theme
|
||||
# - ../repo/wp-content/plugins/my-plugin:/var/www/html/wp-content/plugins/my-plugin
|
||||
|
||||
app:
|
||||
# volumes:
|
||||
# - ../repo/wp-content/themes/my-theme:/var/www/html/wp-content/themes/my-theme
|
||||
# - ../repo/wp-content/plugins/my-plugin:/var/www/html/wp-content/plugins/my-plugin
|
||||
Reference in New Issue
Block a user