From 94b278b480bfba6a39009cc3b48d0c4363abafe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Wed, 26 Feb 2020 19:14:24 +0100 Subject: [PATCH] Update YOURLS content Fix YOURLS_DB_PREFIX variable documentation --- yourls/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yourls/content.md b/yourls/content.md index 870e13fba..4fc227ecf 100644 --- a/yourls/content.md +++ b/yourls/content.md @@ -23,7 +23,7 @@ A few notable/important examples for using this Docker image include: - `-e YOURLS_DB_USER=...` (defaults to "root") - `-e YOURLS_DB_PASS=...` (defaults to the value of the `MYSQL_ROOT_PASSWORD` environment variable from the linked `mysql` container) - `-e YOURLS_DB_NAME=...` (defaults to "yourls") -- `-e YOURLS_TABLE_PREFIX=...` (defaults to "", only set this when you need to override the default table prefix in wp-config.php) +- `-e YOURLS_DB_PREFIX=...` (defaults to "yourls_", only set this when you need to override the default table prefix) - `-e YOURLS_COOKIEKEY=...` (default to unique random SHA1s) - `-e YOURLS_SITE=...` (yourls instance url) - `-e YOURLS_USER=...` (yourls instance user name)