Skip to content

Commit

Permalink
Update the Docker deployment instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmlkzdh committed Sep 12, 2024
1 parent be26920 commit 4124494
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 @@ -90,7 +90,7 @@ Currently, SnowMint is available on Linux (amd64 and arm64), macOS (amd64 and ar
To run SnowMint in a Docker container, simply use the following with your desired flags; e.g.:
```bash
docker pull mxmlkzdh/snowmint:latest
docker run -d --name snowmint -p 8080:8080 mxmlkzdh/snowmint --node=<NODE_ID>
docker run -d --name snowmint -p 8080:8080 mxmlkzdh/snowmint --address=0.0.0.0 --node=<NODE_ID>
```

### Generate Your First SnowMint ID
Expand Down

0 comments on commit 4124494

Please sign in to comment.