This commit is contained in:
Travis Reeder
2018-02-16 07:38:53 -08:00
committed by GitHub
parent 71ee0eb860
commit 5eb534f243

View File

@@ -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
```