add bind to drupal volume

This commit is contained in:
Robert Nasarek 2022-10-10 13:06:10 +02:00
parent 0757f47966
commit 99e2863817
5 changed files with 15 additions and 3 deletions

View file

@ -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: