From 59896d43c7c2eba1c02001f7dd4a918aee2f07cb Mon Sep 17 00:00:00 2001 From: deflax Date: Tue, 5 Mar 2024 14:45:13 +0200 Subject: [PATCH] update readme with the proper build command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b9846e..96210e2 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,5 @@ 2. Build the images and run the containers: ```sh - $ docker-compose up -d --build + $ docker-compose up -d --build --remove-orphans ; docker-compose logs -f --timestamps ```