You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
370 B
18 lines
370 B
version: "3"
|
|
|
|
services:
|
|
|
|
nbxplorer:
|
|
restart: unless-stopped
|
|
image: nicolasdorier/nbxplorer:2.0.0.62
|
|
expose:
|
|
- "32838"
|
|
environment:
|
|
NBXPLORER_NETWORK: ${NBITCOIN_NETWORK:-regtest}
|
|
NBXPLORER_BIND: 0.0.0.0:32838
|
|
NBXPLORER_SIGNALFILESDIR: /datadir
|
|
volumes:
|
|
- "nbxplorer_datadir:/datadir"
|
|
|
|
volumes:
|
|
nbxplorer_datadir:
|
|
|