Skip to content

Commit

Permalink
notes about breaking change between docker container versions
Browse files Browse the repository at this point in the history
  • Loading branch information
justinengland committed Mar 30, 2021
1 parent 3c00fb8 commit df12016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ docker run --name <container-name> -d ghcr.io/chia-network/chia:latest

You can modify the behavior of your Chia container by setting specific environment variables.

To use your own keys pass as arguments on startup
To use your own keys pass as arguments on startup (post 1.0.2 pre 1.0.2 must manually pass as shown below)
```
-v /path/to/key/file:/path/in/continer -e keys="/path/incontainer"
```
Expand Down

0 comments on commit df12016

Please sign in to comment.