mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Fn-prefix everything (#545)
* Fn-prefix everything Closes: #492 * Global replacement * missed one fn_
This commit is contained in:
committed by
Chad Arimura
parent
64997ed0fe
commit
5c68a88599
@@ -15,6 +15,6 @@ For more configuration options, see [docker mysql docs](https://hub.docker.com/_
|
||||
|
||||
```
|
||||
docker run --rm --privileged --link "func-mysql:mysql" \
|
||||
-e "DB_URL=mysql://func:funcpass@tcp(mysql:3306)/funcs" \
|
||||
-e "FN_DB_URL=mysql://func:funcpass@tcp(mysql:3306)/funcs" \
|
||||
-it -p 8080:8080 fnproject/fn
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user