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
@@ -29,6 +29,6 @@ docker run -it --rm --link func-postgres:postgres postgres \
|
||||
|
||||
```sh
|
||||
docker run --rm --privileged --link "func-postgres:postgres" \
|
||||
-e "DB_URL=postgres://postgres:funcpass@postgres/funcs?sslmode=disable" \
|
||||
-e "FN_DB_URL=postgres://postgres:funcpass@postgres/funcs?sslmode=disable" \
|
||||
-it -p 8080:8080 fnproject/fnserver
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user