From afce6604ca8f257e7c4d3671c3d6fa60f2ad3cd7 Mon Sep 17 00:00:00 2001 From: Jonas L Date: Thu, 15 Sep 2022 15:12:59 +0200 Subject: [PATCH] docs: add docker-compose ps command (#2150) --- docs/admin-manual/setup/install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/admin-manual/setup/install.md b/docs/admin-manual/setup/install.md index aa28fa6c9..8b5ab7ad6 100644 --- a/docs/admin-manual/setup/install.md +++ b/docs/admin-manual/setup/install.md @@ -273,6 +273,7 @@ Finally, start the services, and check that they are running properly using the ```bash docker-compose up -d +docker-compose ps docker-compose logs -f ```