From c8807c35ac1e1b5c54d58cbc5af0556593b22159 Mon Sep 17 00:00:00 2001 From: Enrique Motilla Date: Thu, 1 Oct 2020 22:01:32 -0500 Subject: [PATCH] minor docker-compose syntax fix the command "up -d" goes at the end of the line. --- docs/site-operations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/site-operations.md b/docs/site-operations.md index 75c1f55a..b90a7a96 100644 --- a/docs/site-operations.md +++ b/docs/site-operations.md @@ -77,7 +77,7 @@ Change `SITES` variable to the list of sites created encapsulated in backtick an Reload variables with following command. ```sh -docker-compose up --project-name -d +docker-compose --project-name up -d ``` ## Backup Sites