diff --git a/dist/customize-interface/example-profile-developer-docker/Re3gistry2-build-helper/docker-compose.yml b/dist/customize-interface/example-profile-developer-docker/Re3gistry2-build-helper/docker-compose.yml index 85420329..81951f0c 100644 --- a/dist/customize-interface/example-profile-developer-docker/Re3gistry2-build-helper/docker-compose.yml +++ b/dist/customize-interface/example-profile-developer-docker/Re3gistry2-build-helper/docker-compose.yml @@ -36,7 +36,9 @@ services: - db - solr image: tomcat:7.0.109-jdk8-adoptopenjdk-hotspot + #image: tomcat:8.5.81-jdk8 container_name: reg-tomcat + # Take war files from compiled volumes: - ../Re3gistry2/target/re3gistry2.war:/usr/local/tomcat/webapps/re3gistry2.war - ../Re3gistry2RestAPI/target/re3gistry2restapi.war:/usr/local/tomcat/webapps/re3gistry2restapi.war