Skip to content

Commit

Permalink
Merge pull request dockersamples#243 from Alirezaaraby/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mikesir87 authored Nov 29, 2022
2 parents 5edf3f7 + 19a15ef commit e96cc16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The Linux stack uses Python, Node.js, .NET Core (or optionally Java), with Redis
Run in this directory:
```
docker-compose up
docker compose up
```
The app will be running at [http://localhost:5000](http://localhost:5000), and the results will be at [http://localhost:5001](http://localhost:5001).

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

```
docker-compose -f docker-compose-windows.yml build
docker compose -f docker-compose-windows.yml build
```

Then run the app using:

```
docker-compose -f docker-compose-windows.yml up -d
docker compose -f docker-compose-windows.yml up -d
```

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

0 comments on commit e96cc16

Please sign in to comment.