We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf7fd9f commit c752abbCopy full SHA for c752abb
pact_broker/config/puma.rb
@@ -1,7 +1,6 @@
1
require_relative "../docker_configuration"
2
3
-bind "tcp://0.0.0.0:#{PactBroker.docker_configuration.port}"
4
-bind "tcp://[::]:#{PactBroker.docker_configuration.port}"
+port PactBroker.docker_configuration.port
5
6
if PactBroker.docker_configuration.puma_persistent_timeout
7
persistent_timeout PactBroker.docker_configuration.puma_persistent_timeout
0 commit comments