How to change property in docker-compose.xml in ACS6.2?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Labels:
- Labels:
-
Alfresco Content Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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"
Hyland Developer Evangelist
