Add ability to set port when using no proxy (#625)
This commit is contained in:
@@ -3,7 +3,7 @@ version: "3"
|
||||
services:
|
||||
btcpayserver:
|
||||
ports:
|
||||
- "80:49392"
|
||||
- "${NOREVERSEPROXY_HTTP_PORT:-80}:49392"
|
||||
|
||||
exclusive:
|
||||
- proxy
|
||||
|
||||
Reference in New Issue
Block a user