We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could you create please some docker-compose examples?
The text was updated successfully, but these errors were encountered:
Heres what it would look like
version: "3.9" # optional since v1.27.0 services: proxybroker2: image: bluet/proxybroker2 command: serve --host 127.0.0.1 --port 8888 --types HTTP HTTPS --lvl High --min-queue 5 ports: - 8888
I'm not really sure what else you would use as a service.
Sorry, something went wrong.
@Heggeg problem solved?
No branches or pull requests
Could you create please some docker-compose examples?
The text was updated successfully, but these errors were encountered: