Skip to content
New issue

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

docker compose example #107

Open
Heggeg opened this issue Sep 12, 2022 · 2 comments
Open

docker compose example #107

Heggeg opened this issue Sep 12, 2022 · 2 comments

Comments

@Heggeg
Copy link

Heggeg commented Sep 12, 2022

Could you create please some docker-compose examples?

@ziloka
Copy link

ziloka commented Sep 12, 2022

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.

@bluet
Copy link
Owner

bluet commented Nov 4, 2022

@Heggeg problem solved?

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

No branches or pull requests

3 participants