We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 107cacf commit d0267eeCopy full SHA for d0267ee
practicals/week03/main.tex
@@ -626,7 +626,8 @@ \subsection{Moving to a Postgresql Database}
626
build: .
627
restart: always
628
environment:
629
- SQLALCHEMY_DATABASE_URI: postgresql://administrator:verySecretPassword@database:5432/todo
+ SQLALCHEMY_DATABASE_URI: "postgresql:\
630
+ //administrator:verySecretPassword@database:5432/todo"
631
ports:
632
- "6400:6400"
633
depends_on:
0 commit comments