What if you change the CMD in your Dockerfile with smth like this: CMD ["/opt/aem/start.sh", "-p", "4502", "-p", "5005"] I am thinking that you might have an issue with the ports mapping. I know you have specified that already in the Docker-compose.yml file, but still worth trying. Also, maybe you c...