feat: add ssl proxy settings to docker and .env.example (#3161)

This commit is contained in:
dni ⚡ 2025-05-19 13:47:30 +02:00 committed by GitHub
parent cd8804daca
commit 4a0ef7fa1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -55,4 +55,4 @@ ENV LNBITS_HOST="0.0.0.0"
EXPOSE 5000
CMD ["sh", "-c", "poetry run lnbits --port $LNBITS_PORT --host $LNBITS_HOST"]
CMD ["sh", "-c", "poetry run lnbits --port $LNBITS_PORT --host $LNBITS_HOST --forwarded-allow-ips='*'"]