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

How to start xproxy in docker ? #7

Open
error105 opened this issue Aug 13, 2021 · 2 comments
Open

How to start xproxy in docker ? #7

error105 opened this issue Aug 13, 2021 · 2 comments

Comments

@error105
Copy link

How can i start the xproxy on this docker same time with chia-miner ?

@Kayuii
Copy link
Owner

Kayuii commented Aug 24, 2021

version: "3"
services:
  xproxy:
    image: kayuii/hpool-miner:xproxy-og-v1.6.0
    restart: unless-stopped
    ports: [ "9190:9190" ]
    command:
      - x-proxy
    volumes:
      - /home/chia/xproxy/db:/opt/db/
      - /home/chia/xproxy/log:/opt/log

@Kayuii
Copy link
Owner

Kayuii commented Aug 24, 2021

docker run -itd --restart=unless-stopped  \
    -v "/home/chia/xproxy/db:/opt/db/" \
    -p "9190:9190" \
    kayuii/hpool-miner:xproxy-og-v1.6.0  x-proxy

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

2 participants