From 5eb534f2438eb5a6c35589e00eb91de5d85cbadd Mon Sep 17 00:00:00 2001 From: Travis Reeder Date: Fri, 16 Feb 2018 07:38:53 -0800 Subject: [PATCH] fix bug --- docs/operating/databases/mysql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operating/databases/mysql.md b/docs/operating/databases/mysql.md index adadecdf3..5d5b9b6f6 100644 --- a/docs/operating/databases/mysql.md +++ b/docs/operating/databases/mysql.md @@ -16,5 +16,5 @@ For more configuration options, see [docker mysql docs](https://hub.docker.com/_ ``` docker run --rm --privileged --link "func-mysql:mysql" \ -e "FN_DB_URL=mysql://func:funcpass@tcp(mysql:3306)/funcs" \ - -it -p 8080:8080 fnproject/fn + -it -p 8080:8080 fnproject/fnserver ```