Skip to content

Commit e3f51ed

Browse files
cherie-optimizelyJohanPetersson
authored andcommitted
Update readme to use newer docker compose command
1 parent ce9b961 commit e3f51ed

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

templates/Alloy.Mvc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Prerequisities
2424
- Review the .env file and make changes where necessary to the Docker-related variables
2525

2626
```bash
27-
$ docker-compose up
27+
$ docker compose up
2828
````
2929
3030
> Note that this Docker setup is just configured for local development. Follow this [guide to enable HTTPS](https://github.com/dotnet/dotnet-docker/blob/main/samples/run-aspnetcore-https-development.md).

templates/Cms.Empty/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Prerequisities
2222
- Review the .env file and make changes where necessary to the Docker-related variables
2323

2424
```bash
25-
$ docker-compose up
25+
$ docker compose up
2626
````
2727
2828
> Note that this Docker setup is just configured for local development. Follow this [guide to enable HTTPS](https://github.com/dotnet/dotnet-docker/blob/main/samples/run-aspnetcore-https-development.md).

templates/Commerce.Empty/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Prerequisities
2222
- Review the .env file and make changes where necessary to the Docker-related variables
2323

2424
```bash
25-
$ docker-compose up
25+
$ docker compose up
2626
````
2727
2828
> Note that this Docker setup is just configured for local development. Follow this [guide to enable HTTPS](https://github.com/dotnet/dotnet-docker/blob/main/samples/run-aspnetcore-https-development.md).

0 commit comments

Comments
 (0)