mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-20 18:44:20 +01:00
docker mint listen on 0.0.0.0 (#371)
This commit is contained in:
@@ -7,7 +7,11 @@ services:
|
||||
container_name: mint
|
||||
ports:
|
||||
- "3338:3338"
|
||||
command: ["poetry", "run", "mint", "--port", "3338", "--host", "0.0.0.0"]
|
||||
environment:
|
||||
- MINT_LIGHTNING_BACKEND=FakeWallet
|
||||
- MINT_LISTEN_HOST=0.0.0.0
|
||||
- MINT_LISTEN_PORT=3338
|
||||
command: ["poetry", "run", "mint"]
|
||||
wallet:
|
||||
build:
|
||||
context: .
|
||||
|
||||
Reference in New Issue
Block a user