From 4811c75c50937d4d79d7856145f0b83e6873da24 Mon Sep 17 00:00:00 2001 From: Nic Wortel Date: Thu, 18 Apr 2024 13:05:22 +0200 Subject: [PATCH] Use `docker compose` instead of `docker-compose` in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45a292c..eec6f86 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ labels to the application's `docker-compose.yaml`. ```shell git clone git@github.com: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