mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00
8 lines
134 B
YAML
8 lines
134 B
YAML
version: "3"
|
|
# unsafely exposes bitcoind P2P port, for use on trusted LAN only
|
|
|
|
services:
|
|
bitcoind:
|
|
ports:
|
|
- "8333:39388"
|