We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee8cdf0 commit 2037fb3Copy full SHA for 2037fb3
.github/workflows/build-docker.yml
@@ -22,3 +22,4 @@ jobs:
22
uses: Chia-Network/actions/.github/workflows/docker-build.yaml@main
23
with:
24
push: ${{ github.event_name != 'pull_request' }}
25
+ docker-platforms: linux/amd64
docker-compose-example.yml
@@ -42,5 +42,5 @@ services:
42
43
volumes:
44
# Mount Chia config directory to access certificates
45
- - ~/.chia:/root/.chia
+ - ~/.chia/mainnet/config/ssl:/root/.chia/mainnet/config/ssl
46
restart: unless-stopped
0 commit comments