From 19516cdaee2afddfb42c4919312103947cfebe6d Mon Sep 17 00:00:00 2001 From: Tom <35616860+Caedan@users.noreply.github.com> Date: Sun, 9 Oct 2022 20:03:33 +0100 Subject: [PATCH] Fix command typo --- Using-Docker-Compose.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Using-Docker-Compose.md b/Using-Docker-Compose.md index 6209c48..f4f678a 100644 --- a/Using-Docker-Compose.md +++ b/Using-Docker-Compose.md @@ -69,12 +69,12 @@ In the same directory, create the `Caddyfile` below. (This file does not need to Run ```bash -docker compose up -d +docker-compose up -d ``` to create and start the containers. A private network for the services in this `docker-compose.yml` file will be created automatically, with only Caddy being publicly exposed. ```bash -docker compose down +docker-compose down ``` stops and destroys the containers. @@ -151,6 +151,6 @@ In the same directory, create the `Caddyfile` below. (This file does not need to As with the HTTP challenge example, run ```bash -docker compose up -d +docker-compose up -d ``` to create and start the containers. \ No newline at end of file