mirror of
https://github.com/timvisee/send-docker-compose.git
synced 2025-12-08 23:08:44 +03:00
Update .env example
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
# Host to expose Send on
|
# 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
|
LETSENCRYPT_EMAIL=mail@example.org
|
||||||
|
|
||||||
|
# Optional: for LetsEncrypt SSL, same as HOST
|
||||||
LETSENCRYPT_HOST=
|
LETSENCRYPT_HOST=
|
||||||
|
|||||||
@@ -8,11 +8,13 @@
|
|||||||
- Visit your domain
|
- Visit your domain
|
||||||
|
|
||||||
### Example .env
|
### Example .env
|
||||||
```.env
|
```bash
|
||||||
# Host to expose Send on
|
# 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
|
LETSENCRYPT_EMAIL=mail@example.org
|
||||||
|
|
||||||
|
# Optional: for LetsEncrypt SSL, same as HOST
|
||||||
LETSENCRYPT_HOST=
|
LETSENCRYPT_HOST=
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user