proxybroker2 icon indicating copy to clipboard operation
proxybroker2 copied to clipboard

docker compose example

Open Heggeg opened this issue 1 year ago • 2 comments

Could you create please some docker-compose examples?

Heggeg avatar Sep 12 '22 12:09 Heggeg

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.

ziloka avatar Sep 12 '22 23:09 ziloka

@Heggeg problem solved?

bluet avatar Nov 04 '22 10:11 bluet