Update YOURLS content
Fix YOURLS_DB_PREFIX variable documentation
This commit is contained in:
parent
2e8878a1c0
commit
94b278b480
|
|
@ -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_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_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_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_COOKIEKEY=...` (default to unique random SHA1s)
|
||||||
- `-e YOURLS_SITE=...` (yourls instance url)
|
- `-e YOURLS_SITE=...` (yourls instance url)
|
||||||
- `-e YOURLS_USER=...` (yourls instance user name)
|
- `-e YOURLS_USER=...` (yourls instance user name)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue