added volume to base shared file store config

This commit is contained in:
Brian Long 2020-12-17 17:16:01 -05:00
parent 3b631bcd87
commit f73fdbb5ea

View File

@ -37,6 +37,8 @@ services:
shared-file-store: shared-file-store:
image: alfresco/alfresco-shared-file-store:latest image: alfresco/alfresco-shared-file-store:latest
volumes:
- shared-file-store-volume:/tmp/Alfresco/sfs
postgres-acs: postgres-acs:
image: postgres:latest image: postgres:latest