Skip to content

Commit

Permalink
docker mint listen on 0.0.0.0 (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc authored Nov 29, 2023
1 parent fa5193c commit 063a9d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: .
Expand Down

0 comments on commit 063a9d2

Please sign in to comment.