Updated info about environment vars in readme

This commit is contained in:
Sergey Morozov 2020-10-09 21:24:20 +03:00
parent 3f53239f2c
commit 983234d9bf
No known key found for this signature in database
GPG Key ID: 4B08C96219E6D34E

View File

@ -20,6 +20,8 @@ Edit values in the `.env` file:
so [Let's Encrypt](https://letsencrypt.org/) service can issue a valid HTTPS certificate for this domain.
* `EMAIL_ADDRESS` (must be set manually): Your email address. Used only by Let's Encrypt service.
Alternatively you can ignore `.env` file and edit this values directly in `environment` section of `docker-compose.yaml`.
But remember that if `.env` file is present, values set there take precedence over values set in `docker-compose.yaml`.
Now you can start the container by running: