We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b909cd4 commit 2a7ad78Copy full SHA for 2a7ad78
practicals/week03/main.tex
@@ -656,7 +656,7 @@ \subsection{Moving to a Postgresql Database}
656
but for simplicity now we will just add a delay.
657
We can now rebuild our Docker image and run our application and database with the following command:
658
659
-\bash{docker-compose up --build}
+\bash{docker compose up --build}
660
661
You may have noticed that when we defined the todo application service above we did not specify an image.
662
This is because \texttt{docker compose} was instructed to use our \texttt{Dockerfile} at build time,
0 commit comments