فهرست منبع

Run update.sh

Docker Library Bot 6 سال پیش
والد
کامیت
453e7be4be
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      yourls/README.md

+ 2 - 1
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")