From 06458c382af318ef677982a6362d41f8341d4a4b Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Sat, 3 Feb 2024 18:51:49 -0600 Subject: [PATCH] Update your-own-containers.md --- docs/advanced/your-own-containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced/your-own-containers.md b/docs/advanced/your-own-containers.md index fffaa73fd..018e512fa 100644 --- a/docs/advanced/your-own-containers.md +++ b/docs/advanced/your-own-containers.md @@ -426,7 +426,7 @@ If the file is named `docker-compose.yml` and is located in the current working docker compose up -d ``` -If the file has some other name or is located elsewhere in the file-system: +If the file has some other name or is located elsewhere in the file system: ``` docker compose up -d -d /path/to/something.yml ```