01-24-2020 01:52 AM
i am using window machine. i have changed repo data path
volumes:
- ./repo-data:'D:/alf_data'
its throwing error ACS in not creating
01-24-2020 03:25 AM
On the left side you need to include your local folder, on the right side the path is relative to Docker Container.
You should add something like:
volumes: - D:/alf_data:/usr/local/tomcat/alf_data
Check that Docker has permissions to write in your local folder "D:\alf_data"
Explore our Alfresco products with the links below. Use labels to filter content by product module.