Skip to content

Commit

Permalink
Merge branch 'master' into fix_postgres_connleak
Browse files Browse the repository at this point in the history
  • Loading branch information
cainlevy committed Aug 1, 2018
2 parents 736e5d4 + 808901c commit ef571df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide-deploying_with_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ docker run -it --rm \
--publish 8080:3000 \
-e AUTHN_URL=localhost:8080 \
-e APP_DOMAINS=localhost \
-e DATABASE_URL=sqlite3:db/demo.sqlite3 \
-e DATABASE_URL=sqlite3://:memory:?mode=memory\&cache=shared \
-e SECRET_KEY_BASE=changeme \
-e HTTP_AUTH_USERNAME=hello \
-e HTTP_AUTH_PASSWORD=world \
Expand Down

0 comments on commit ef571df

Please sign in to comment.