Skip to content

Commit 3365577

Browse files
Apply suggested fix to docs/users/how-to-install.md from Copilot Autofix
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent b74a9c7 commit 3365577

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/users/how-to-install.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ If you want to see more about applications settings, see the [Reference for Sett
3232
Look closely at each variable in the `.env` file.
3333
You must at the very least:
3434
* change `RESTART_POLICY` to `always`
35+
(by default, containers are not automatically restarted; using `always` helps services come back after crashes or host reboots, which is recommended for production deployments)
3536
* change `COMPOSE_FILE` to `docker-compose.yml;docker/prod.yml;docker/monitor.yml` (monitor is optional but recommended)
3637
* change `MEM_LIMIT` to set elasticsearch memory limit
3738
* change `NGINX_BASIC_AUTH_USER_PASSWD` to an htpasswd-style value in the format `username:hashed_password` (not a plaintext password), for example: `admin:$apr1$example$abcdefghijklmnop`

0 commit comments

Comments
 (0)