From 696656cc434699c7e93136dfa8feaee38b724298 Mon Sep 17 00:00:00 2001 From: Joerg Lehmann Date: Fri, 24 Jun 2022 10:29:02 +0200 Subject: [PATCH] no color in logs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d3f543..4691366 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ Group=joerg ExecStartPre=/usr/bin/docker-compose pull --quiet --ignore-pull-failures ExecStartPre=/usr/bin/docker-compose build --pull -ExecStart=/usr/bin/docker-compose up --remove-orphans +ExecStart=/usr/bin/docker-compose up --remove-orphans --no-color ExecStop=/usr/bin/docker-compose down --remove-orphans