Skip to content

Conversation

@johan-carlsson
Copy link

Add support for configuring Docker Compose and test ports via environment variables with defaults matching the existing hardcoded values:

  • TINYPROXY_PORT (default: 8888)
  • TINYPROXY_AUTH_PORT (default: 8889)
  • HTTPBIN_HTTP_PORT (default: 8080)
  • HTTPBIN_HTTPS_PORT (default: 8443)

This allows running tests when default ports are already in use.

Add support for configuring Docker Compose and test ports via environment
variables with defaults matching the existing hardcoded values:

- TINYPROXY_PORT (default: 8888)
- TINYPROXY_AUTH_PORT (default: 8889)
- HTTPBIN_HTTP_PORT (default: 8080)
- HTTPBIN_HTTPS_PORT (default: 8443)

This allows running tests when default ports are already in use.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant