Skip to content

Commit 91fba7f

Browse files
authored
Merge pull request #2697 from dgwn/patch-2
Fix typo - part12b.md
2 parents b65ecf4 + 109bef5 commit 91fba7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/12/en/part12b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ Now we can use _docker compose up_ to build and run the application. If we want
307307
308308
You can also run the application in the background with _docker compose up -d_ (_-d_ for detached) and close it with _docker compose down_.
309309
310-
> <i>Note that some older Docker versions (especially in Windows ) do not support the command _docker compose_. One way to circumwent this problem is to [install](https://docs.docker.com/compose/install/) the stand alone command _docker-compose_ that works mostly similarly to _docker compose_. However, the preferable fix is to update the Docker to a more recent version.</i>
310+
> <i>Note that some older Docker versions (especially in Windows ) do not support the command _docker compose_. One way to circumvent this problem is to [install](https://docs.docker.com/compose/install/) the stand alone command _docker-compose_ that works mostly similarly to _docker compose_. However, the preferable fix is to update the Docker to a more recent version.</i>
311311
312312
Creating files like _docker-compose.yml_ that <i>declare</i> what you want instead of script files that you need to run in a specific order / a specific number of times is often a great practice.
313313

0 commit comments

Comments
 (0)