Skip to content

Commit a725e5a

Browse files
authored
Merge pull request #39 from KarmaComputing/38-fixing-docker-compose
FIX #38 docker-compose locally
2 parents 36175d9 + 4c95360 commit a725e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo-template-files/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
DB_PASSWORD: password
2121
DB_PORT: 3306
2222
DB_USER: app_user
23-
DEBUG: True
23+
DEBUG: "True"
2424
SECRET_KEY: local_development
2525

2626

0 commit comments

Comments
 (0)