plugin succed to : get published posts
+ print them onlly in map page + wordpress plugin directory changed to save work in git
This commit is contained in:
@@ -65,6 +65,7 @@ services:
|
||||
- inception
|
||||
volumes:
|
||||
- wp_volume:/var/www/html
|
||||
- wp_plugins:/home/www-data/plugins
|
||||
build:
|
||||
context: ./requirements/wordpress
|
||||
args:
|
||||
@@ -85,6 +86,12 @@ volumes:
|
||||
type: none
|
||||
o: "bind"
|
||||
device: ${MAP_VOLUMES}/wp_volume
|
||||
wp_plugins:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: none
|
||||
o: "bind"
|
||||
device: /home/lenovo/42/lejourduprof/srcs/plugins
|
||||
db_volume:
|
||||
driver: local
|
||||
driver_opts:
|
||||
|
||||
Reference in New Issue
Block a user