From ec0f43047839e4a4de74fa2bd508b072cd12c4b6 Mon Sep 17 00:00:00 2001 From: Silvio Messi Date: Mon, 15 Jan 2024 23:05:29 +0100 Subject: [PATCH] Fix typo in DEPLOYMENT.md --- doc/DEPLOYMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/DEPLOYMENT.md b/doc/DEPLOYMENT.md index 51d6c8dd..1d0b4b60 100644 --- a/doc/DEPLOYMENT.md +++ b/doc/DEPLOYMENT.md @@ -142,7 +142,7 @@ The files containing these services are in `docker-compose-extra.yml`. - `admin_frontend` (admin portal to manage accounts and adding authentication method, recommended to keep) If you wish to deploy those, edit this file accordingly and do: ``` -docker compose --file docker-compose-extra.yml up -d +docker compose --file docker-compose-extras.yml up -d ``` You may ignore the orphan containers warning message from docker