Skip to content

Commit 2a7ad78

Browse files
committed
Fixed docker-compose to docker compose for consistency.
1 parent b909cd4 commit 2a7ad78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

practicals/week03/main.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ \subsection{Moving to a Postgresql Database}
656656
but for simplicity now we will just add a delay.
657657
We can now rebuild our Docker image and run our application and database with the following command:
658658

659-
\bash{docker-compose up --build}
659+
\bash{docker compose up --build}
660660

661661
You may have noticed that when we defined the todo application service above we did not specify an image.
662662
This is because \texttt{docker compose} was instructed to use our \texttt{Dockerfile} at build time,

0 commit comments

Comments
 (0)