From c531d3f27bb8419e41c2db81039eeae1494da645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Wed, 10 Jul 2019 01:12:51 +0200 Subject: [PATCH] Improve YOURLS documentation about env variables Include the official documentation link for variable descriptions. Closes #1520 --- yourls/content.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yourls/content.md b/yourls/content.md index 36dee40f1..e3c779c8c 100644 --- a/yourls/content.md +++ b/yourls/content.md @@ -16,7 +16,8 @@ $ docker run --name some-%%REPO%% --link some-mysql:mysql \ -d %%IMAGE%% ``` -The following environment variables are also honored for configuring your YOURLS instance: +The YOURLS instance accepts [a number of environment variables for configuration](https://yourls.org/#Config). +A few notable/important examples for using this Docker image include: - `-e YOURLS_DB_HOST=...` (defaults to the IP and port of the linked `mysql` container) - `-e YOURLS_DB_USER=...` (defaults to "root")