Skip to content

Commit 657ffd0

Browse files
committed
Fixed docker-compose
1 parent 8c03bdb commit 657ffd0

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
@@ -7,7 +7,7 @@ services:
77
image: phpusr/tabular-notes
88
restart: unless-stopped
99
environment:
10-
- DJANGO_DEBUG=${DEBUG:-FALSE}
10+
- DJANGO_DEBUG=${DJANGO_DEBUG:-FALSE}
1111
- DJANGO_SECRET_KEY=${DJANGO_SECRET_KEY}
1212
- DJANGO_ALLOWED_HOSTS=${DJANGO_ALLOWED_HOSTS}
1313
- DJANGO_CSRF_TRUSTED_ORIGINS=${DJANGO_CSRF_TRUSTED_ORIGINS}

0 commit comments

Comments
 (0)