Skip to content

Commit

Permalink
Use docker compose instead of docker-compose in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
nicwortel committed Apr 18, 2024
1 parent 83f3c34 commit 4811c75
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 @@ -31,7 +31,7 @@ labels to the application's `docker-compose.yaml`.
```shell
git clone [email protected]:nicwortel/local-development-proxy.git
cd local-development-proxy
docker-compose up -d
docker compose up -d
```

After doing this once, the proxy container will start up automatically when Docker starts (for example after rebooting
Expand Down

0 comments on commit 4811c75

Please sign in to comment.