Skip to content

Commit 65c54dc

Browse files
fixes
1 parent 00473eb commit 65c54dc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

14/umbraco-cms/fundamentals/setup/install/running-umbraco-on-docker-locally.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Conventionally this is named the same as the folder, but is not a requirement.
3030
dotnet new umbraco -n MyDockerProject --add-docker
3131
```
3232

33-
Now we need to add some additional files to make docker compose work. We can do this using the `umbraco-compose` template, passing the project name wwe just specified to the `-P` parameter:
33+
Now we need to add some additional files to make docker compose work. We can do this using the `umbraco-compose` template, passing the project name we specified earlier to the `-P` parameter:
3434

3535
```bash
3636
dotnet new umbraco-compose -P "MyDockerProject"
@@ -67,7 +67,7 @@ This command will build both the Umbraco and Sql Server images and launch them i
6767

6868
There is some useful commands you can use to manage the docker containers:
6969

70-
* `docker compose down --volumes` This will delete your containers AND the volumes they use, this is useful if you want to start from scratch.
70+
* `docker compose down --volumes` This will delete your containers and the volumes they use, this is useful if you want to start from scratch.
7171

7272
{% hint style="warning" %}
7373
This delete your database and all data in it, so be careful with this command.

15/umbraco-cms/fundamentals/setup/install/running-umbraco-on-docker-locally.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Conventionally this is named the same as the folder, but is not a requirement.
3030
dotnet new umbraco -n MyDockerProject --add-docker
3131
```
3232

33-
Now we need to add some additional files to make docker compose work. We can do this using the `umbraco-compose` template, passing the project name wwe just specified to the `-P` parameter:
33+
Now we need to add some additional files to make docker compose work. We can do this using the `umbraco-compose` template, passing the project name we specified earlier to the `-P` parameter:
3434

3535
```bash
3636
dotnet new umbraco-compose -P "MyDockerProject"
@@ -67,7 +67,7 @@ This command will build both the Umbraco and Sql Server images and launch them i
6767

6868
There is some useful commands you can use to manage the docker containers:
6969

70-
* `docker compose down --volumes` This will delete your containers AND the volumes they use, this is useful if you want to start from scratch.
70+
* `docker compose down --volumes` This will delete your containers and the volumes they use, this is useful if you want to start from scratch.
7171

7272
{% hint style="warning" %}
7373
This delete your database and all data in it, so be careful with this command.

0 commit comments

Comments
 (0)