plugin path is now symlink inside docker plugin
This commit is contained in:
@@ -64,8 +64,8 @@ services:
|
||||
networks:
|
||||
- inception
|
||||
volumes:
|
||||
- wp_volume:/var/www/html
|
||||
- wp_plugins:/home/www-data/plugins
|
||||
- wp_volume:${WP_DIR}
|
||||
- wp_plugins:${WP_PLUGIN_DIR}
|
||||
build:
|
||||
context: ./requirements/wordpress
|
||||
args:
|
||||
@@ -91,7 +91,7 @@ volumes:
|
||||
driver_opts:
|
||||
type: none
|
||||
o: "bind"
|
||||
device: /home/lenovo/42/lejourduprof/srcs/plugins
|
||||
device: ${MAP_VOLUMES_PLUGINS}
|
||||
db_volume:
|
||||
driver: local
|
||||
driver_opts:
|
||||
|
||||
Reference in New Issue
Block a user