From af274df047e02879bcb831956841c2302535a010 Mon Sep 17 00:00:00 2001 From: ben-2357 <123012900+ben-2357@users.noreply.github.com> Date: Mon, 4 Mar 2024 22:10:54 -0600 Subject: [PATCH] Change docker-compose to docker compose --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab16309..03304be 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ Navigate to `knightcrawler/development/docker` and edit the `Caddyfile` to repla If you have configured external access, utilize the following commands: ```sh cd deployment/docker -docker-compose -f docker-compose.yaml -f docker-compose-caddy.yaml up -d +docker compose -f docker-compose.yaml -f docker-compose-caddy.yaml up -d ``` If you have not configured external access, utilize the following commands: