mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-02-21 16:44:21 +01:00
Mint: migration to clean up overly large witnesses (#817)
* add migration to clean up overly large witnesses * bump to 0.18.1
This commit is contained in:
@@ -177,7 +177,7 @@ This command runs the mint on your local computer. Skip this step if you want to
|
||||
## Docker
|
||||
|
||||
```
|
||||
docker run -d -p 3338:3338 --name nutshell -e MINT_BACKEND_BOLT11_SAT=FakeWallet -e MINT_LISTEN_HOST=0.0.0.0 -e MINT_LISTEN_PORT=3338 -e MINT_PRIVATE_KEY=TEST_PRIVATE_KEY cashubtc/nutshell:0.18.0 poetry run mint
|
||||
docker run -d -p 3338:3338 --name nutshell -e MINT_BACKEND_BOLT11_SAT=FakeWallet -e MINT_LISTEN_HOST=0.0.0.0 -e MINT_LISTEN_PORT=3338 -e MINT_PRIVATE_KEY=TEST_PRIVATE_KEY cashubtc/nutshell:0.18.1 poetry run mint
|
||||
```
|
||||
|
||||
## From this repository
|
||||
|
||||
Reference in New Issue
Block a user