From a42c13aec28c219e451312288b095aac2576765a Mon Sep 17 00:00:00 2001 From: MediaCowboy Date: Sun, 1 May 2022 15:56:57 -0500 Subject: [PATCH] Docker Compose Update --- readme.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/readme.md b/readme.md index 16d68472..377d1f53 100644 --- a/readme.md +++ b/readme.md @@ -100,6 +100,28 @@ services: - :/config ``` +### Docker Compose Update + +Depending on the version of Docker Compose please run one of the two commands. If not sure on which version you are running you can run the following command and check. + +#### Version Check + +docker-compose --version or docker compose version + +#### v2 Update + +```bash +docker compose --file /docker-compose.yml pull +docker compose --file /docker-compose.yml up -d +``` + +#### V1 Update +```bash +docker-compose --file /docker-compose.yml pull +docker-compose --file /docker-compose.yml up -d +``` + +** We recommend updating the the latest version of Docker Compose ### Linux (amd64) Install