Skip to content

Commit d96f96b

Browse files
fix invalid truth value
1 parent 29f85f1 commit d96f96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ services:
3131
- PGUSER=hurumap
3232
- PGPASSWORD=hurumap
3333
- PYTHONDONTWRITEBYTECODE="True"
34-
- USE_MAPIT="True"
34+
- USE_MAPIT=True
3535
# - DJANGO_DEBUG=False # For testing deploys

0 commit comments

Comments
 (0)