Run update.sh

This commit is contained in:
Docker Library Bot 2019-07-10 00:10:24 +00:00
parent 74f96e05f8
commit 453e7be4be
1 changed files with 2 additions and 1 deletions

View File

@ -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")