To start remote debugging with Content Services running in Docker, then download the following project:
Then change into the /docker-compose directory and create a copy of the file community-docker-compose.yml called debug-community-docker-compose.yml:
% git clone git@github.com:Alfresco/acs-deployment.git Cloning into 'acs-deployment'... ... % cd acs-deployment/docker-compose docker-compose % cp community-docker-compose.yml debug-community-docker-compose.yml % ls -l total 88 -rw-r--r-- 1 admin staff 7979 16 Jun 09:37 6.1.N-docker-compose.yml -rw-r--r-- 1 admin staff 6846 16 Jun 09:37 6.2.N-docker-compose.yml -rw-r--r-- 1 admin staff 189 16 Jun 09:37 README.md -rw-r--r-- 1 admin staff 4931 16 Jun 09:37 community-docker-compose.yml -rw-r--r-- 1 admin staff 4931 16 Jun 09:38 debug-community-docker-compose.yml -rw-r--r-- 1 admin staff 7097 16 Jun 09:37 docker-compose.yml