opf / openproject-docker-compose

Recipes to deploy OpenProject with Docker, Docker Compose, Kubernetes, etc.
182 stars 166 forks source link

Honor PORT env variable in healthcheck service #39

Closed estan closed 2 years ago

estan commented 2 years ago

@oliverguenther @machisuji

estan commented 2 years ago

My bad, this is wrong. It should be 8080 since that's where puma listens in the container. \$PORT is the host exposed port.

Closin.