mirror of
https://github.com/timvisee/send-docker-compose.git
synced 2025-12-06 05:50:55 +03:00
Update .env example
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# Host to expose Send on
|
||||
HOST=myhost
|
||||
HOST=send.example.org
|
||||
|
||||
# Configure these to enable automatic LetsEncrypt certificate generation
|
||||
# Optional: for LetsEncrypt SSL, your email address
|
||||
LETSENCRYPT_EMAIL=mail@example.org
|
||||
|
||||
# Optional: for LetsEncrypt SSL, same as HOST
|
||||
LETSENCRYPT_HOST=
|
||||
|
||||
@@ -8,11 +8,13 @@
|
||||
- Visit your domain
|
||||
|
||||
### Example .env
|
||||
```.env
|
||||
```bash
|
||||
# Host to expose Send on
|
||||
HOST=myhost
|
||||
HOST=send.example.org
|
||||
|
||||
# Configure these to enable automatic LetsEncrypt certificate generation
|
||||
# Optional: for LetsEncrypt SSL, your email address
|
||||
LETSENCRYPT_EMAIL=mail@example.org
|
||||
|
||||
# Optional: for LetsEncrypt SSL, same as HOST
|
||||
LETSENCRYPT_HOST=
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user