Skip to content

Commit d0267ee

Browse files
committed
Fixed docker-compose.yml formatting.
1 parent 107cacf commit d0267ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

practicals/week03/main.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,8 @@ \subsection{Moving to a Postgresql Database}
626626
build: .
627627
restart: always
628628
environment:
629-
SQLALCHEMY_DATABASE_URI: postgresql://administrator:verySecretPassword@database:5432/todo
629+
SQLALCHEMY_DATABASE_URI: "postgresql:\
630+
//administrator:verySecretPassword@database:5432/todo"
630631
ports:
631632
- "6400:6400"
632633
depends_on:

0 commit comments

Comments
 (0)