Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
Correct the Windows PowerShell commands
  • Loading branch information
blipovac committed Jan 22, 2025
1 parent 56c5127 commit 68ff783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ docker compose -f docker-compose-infra.yaml up -d \
```
### Windows PowerShell
```bash
docker compose -f docker-compose-infra.yaml -d;
docker compose -f docker-compose-infra.yaml up -d;
docker compose up -d
```

Expand Down

0 comments on commit 68ff783

Please sign in to comment.