mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 04:50:42 +02:00
10 lines
199 B
YAML
10 lines
199 B
YAML
version: '3'
|
|
services:
|
|
ndlc:
|
|
container_name: ndlci_cli
|
|
image: nicolasdorier/ndlc-cli:1.0.1
|
|
restart: 'no'
|
|
volumes:
|
|
- "ndlc_cli_datadir:/root/.ndlc"
|
|
volumes:
|
|
ndlc_cli_datadir: |