cancel
Showing results for 
Search instead for 
Did you mean: 

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

dharmraj
Confirmed Champ
Confirmed Champ

 i am using window machine. i have changed  repo data path

volumes:
- ./repo-data:'D:/alf_data'

its throwing error ACS in  not creating 

1 REPLY 1

angelborroy
Community Manager Community Manager
Community Manager

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