changing the value of CKAN_PORT results in a broken environment because it's not passed to ckan run
Instead of passing CKAN_PORT to ckan run this PR removes the setting because there's no reason to change the port inside the container. CKAN_PORT_HOST allows changing the mapped port outside the container which is what users will care about.
changing the value of CKAN_PORT results in a broken environment because it's not passed to
ckan run
Instead of passing
CKAN_PORT
tockan run
this PR removes the setting because there's no reason to change the port inside the container.CKAN_PORT_HOST
allows changing the mapped port outside the container which is what users will care about.