Fixes leftovers from #258. (#261)

This commit is contained in:
Travis Reeder
2016-11-11 06:28:15 -08:00
committed by C Cirello
parent 841596f470
commit f9281e70b4
4 changed files with 7 additions and 6 deletions

View File

@@ -29,6 +29,6 @@ docker run -it --rm --link iron-postgres:postgres postgres \
```
docker run --rm --link "iron-postgres:postgres" \
-e "DB=postgres://postgres:ironfunctions@postgres/funcs?sslmode=disable" \
-e "DB_URL=postgres://postgres:ironfunctions@postgres/funcs?sslmode=disable" \
-it -p 8080:8080 iron/functions
```