From fac5eb93d5eb4051e82b0e4a7ba73332c47739ac Mon Sep 17 00:00:00 2001 From: Jeremy Lin Date: Tue, 11 Oct 2022 00:47:28 -0700 Subject: [PATCH] Updated Using Docker Compose (markdown) --- 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 3ae2386..996f6dc 100644 --- a/Using-Docker-Compose.md +++ b/Using-Docker-Compose.md @@ -71,12 +71,12 @@ In the same directory, create the `Caddyfile` below. (This file does not need to Run ```bash -docker compose up -d # or `docker-compose up -d` if using the standalone Docker Compose +docker compose up -d # or `docker-compose up -d` if using standalone Docker Compose ``` 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 # or `docker-compose down` if using the standalone Docker Compose +docker compose down # or `docker-compose down` if using standalone Docker Compose ``` stops and destroys the containers. @@ -153,6 +153,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 # or `docker-compose up -d` if using the standalone Docker Compose +docker compose up -d # or `docker-compose up -d` if using standalone Docker Compose ``` to create and start the containers. \ No newline at end of file