OpenTOSCA / opentosca-docker

Docker Compose for running OpenTOSCA
MIT License
26 stars 17 forks source link

Change the default port for the container-repository #20

Closed wederbn closed 4 years ago

wederbn commented 4 years ago

@miwurster: As many people have problems due to "connection refused" errors when the container uploads the CSAR to the container-repository I would suggest changing the port. Currently you must either change "CONTAINER_REPOSITORY_HOSTNAME" to your IP and use 8091 as external port or "CONTAINER_REPOSITORY_PORT" to 8080 to use the internal port. Otherwise we should update the doc and clearly state that the IP has to be updated before running the compose file. What´s your opinion?

miwurster commented 4 years ago

I think it has to be 8091 as we use the internal hostname in var CONTAINER_REPOSITORY_HOSTNAME. So, yes this change makes absolute sense :-)