gocd / gocd-docker

Deprecated. See: https://github.com/gocd/docker-gocd-server
https://hub.docker.com/r/gocd/gocd-server/
Apache License 2.0
94 stars 71 forks source link

Assumption that secure port is 8154 #62

Open kjcichon opened 7 years ago

kjcichon commented 7 years ago

Our gocd server is not running on 8154 and there does not appear to be a way to prevent it from appending that onto the end of the GO_SERVER variable.

ketan commented 7 years ago

Use GO_SERVER_URL instead.