1
0
Files
btcpayserver-docker/docker-compose-generator/docker-fragments/nbxplorer.yml
nicolas.dorier f1c6b39c44 fix nbx
2018-11-26 12:01:03 +09:00

17 lines
321 B
YAML

version: "3"
services:
nbxplorer:
restart: unless-stopped
image: dgarage/nbxplorer:2.0.0.1
expose:
- "32838"
environment:
NBXPLORER_NETWORK: ${NBITCOIN_NETWORK:-regtest}
NBXPLORER_BIND: 0.0.0.0:32838
volumes:
- "nbxplorer_datadir:/datadir"
volumes:
nbxplorer_datadir: