mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00
10 lines
121 B
YAML
10 lines
121 B
YAML
version: "3"
|
|
|
|
services:
|
|
btcpayserver:
|
|
ports:
|
|
- "${NOREVERSEPROXY_HTTP_PORT:-80}:49392"
|
|
|
|
exclusive:
|
|
- proxy
|