mirror of
https://github.com/timvisee/send-docker-compose.git
synced 2025-12-06 05:50:55 +03:00
12 lines
260 B
Plaintext
12 lines
260 B
Plaintext
# Host to expose Send on
|
|
HOST=send.example.org
|
|
|
|
# Base URL for Send
|
|
SEND_BASE_URL=https://send.example.org
|
|
|
|
# Optional: for LetsEncrypt SSL, same as HOST
|
|
LETSENCRYPT_HOST=
|
|
|
|
# Optional: for LetsEncrypt SSL, your email address
|
|
LETSENCRYPT_EMAIL=mail@example.org
|