add bind to drupal volume
This commit is contained in:
parent
0757f47966
commit
99e2863817
5 changed files with 15 additions and 3 deletions
|
|
@ -59,5 +59,9 @@ services:
|
|||
volumes:
|
||||
db-data:
|
||||
drupal-data:
|
||||
driver_opts:
|
||||
type: none
|
||||
device: ${DRUPAL_DATA} #NOTE needs full path (~ or ./ doesn't work)
|
||||
o: bind
|
||||
graphdb-data:
|
||||
solr-data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue