From 453e7be4be140df00a7e892526ec3a24e00e6f4c Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Wed, 10 Jul 2019 00:10:24 +0000 Subject: [PATCH] Run update.sh --- yourls/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yourls/README.md b/yourls/README.md index 74c8232df..fa13b044c 100644 --- a/yourls/README.md +++ b/yourls/README.md @@ -63,7 +63,8 @@ $ docker run --name some-yourls --link some-mysql:mysql \ -d yourls ``` -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")