Skip to content

Commit e96cc16

Browse files
authored
Merge pull request #243 from Alirezaaraby/master
Update README.md
2 parents 5edf3f7 + 19a15ef commit e96cc16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The Linux stack uses Python, Node.js, .NET Core (or optionally Java), with Redis
1717
1818
Run in this directory:
1919
```
20-
docker-compose up
20+
docker compose up
2121
```
2222
The app will be running at [http://localhost:5000](http://localhost:5000), and the results will be at [http://localhost:5001](http://localhost:5001).
2323

@@ -37,13 +37,13 @@ An alternative version of the app uses Windows containers based on Nano Server.
3737
You can build from source using:
3838

3939
```
40-
docker-compose -f docker-compose-windows.yml build
40+
docker compose -f docker-compose-windows.yml build
4141
```
4242

4343
Then run the app using:
4444

4545
```
46-
docker-compose -f docker-compose-windows.yml up -d
46+
docker compose -f docker-compose-windows.yml up -d
4747
```
4848

4949
> Or in a Windows swarm, run `docker stack deploy -c docker-stack-windows.yml vote`

0 commit comments

Comments
 (0)