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

我如何掛載本地端含有plot的硬碟到docker內呢? #9

Open
kihcl opened this issue Sep 30, 2021 · 1 comment
Open

我如何掛載本地端含有plot的硬碟到docker內呢? #9

kihcl opened this issue Sep 30, 2021 · 1 comment

Comments

@kihcl
Copy link

kihcl commented Sep 30, 2021

你好

我不會設定本地端硬碟掛載到docker內的hpool miner

config.yaml設定文件內的path該如何填寫呢?

@Kayuii
Copy link
Owner

Kayuii commented Nov 10, 2021

version: "3"

services:
  miner:
    image: kayuii/hpool-miner:v1.5.0-7
    restart: always
    volumes:
      - /mnt/dst:/mnt/dst
      - /opt/chia/logs:/opt/log
    environment:
      - DIR=["/mnt/dst"]
      - APIKEY=1df8e525-772f-40e9-908d-0f26e36f8046
      - HOSTNAME=miner
      - LOGPATH=./logs/
      - SCAN=30
      - LANG=cn
      - PROXY=http://192.168.1.88:9190
      - MTLOAD=true
    command:
      - hpool-chia-miner
volumes:
      - /mnt/dst:/mnt/dst
      - local/patch/for/you/disk:patch/for/docker

environment:
      - DIR=["/mnt/dst","patch/for/docker"]

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