Add volumes

This commit is contained in:
Glenn Y. Rolland 2018-03-22 16:12:51 +01:00
parent 68dd36e504
commit 26198d35fa

View file

@ -18,6 +18,9 @@ services:
- "db"
networks:
- backend
volumes:
- dolibar-config:/var/www/html/conf
- dolibar-documents:/var/www/html/documents
adminer:
image: adminer
@ -32,3 +35,6 @@ networks:
volumes:
db-data:
dolibar-config:
dolibar-documents: