fix: Modify value to be 0 or 1.

pull/164/head
dbrennand 4 years ago
parent c4e67b2ee7
commit 6e07aa41ae

@ -20,7 +20,7 @@ services:
- 3000:1337 - 3000:1337
environment: environment:
- BASE_URL=http://localhost:3000 - BASE_URL=http://localhost:3000
- TRUST_PROXY=false - TRUST_PROXY=0
- DATABASE_URL=postgresql://postgres@postgres/planka - DATABASE_URL=postgresql://postgres@postgres/planka
- SECRET_KEY=notsecretkey - SECRET_KEY=notsecretkey
depends_on: depends_on:

Loading…
Cancel
Save