From 1a13d2954200936baa27f66236e45a1fd905e66f Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Tue, 28 May 2024 01:03:58 +0800 Subject: [PATCH] Refactor docker-compose.yml to update dozzle service configuration --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 68e8a5f..8c2bac7 100644 --- a/makefile +++ b/makefile @@ -5,7 +5,7 @@ # Commands serve: down @echo "Serving the project..." - docker compose -f compose.yml up --build -d + docker compose -f compose.yml up -d --build traefik down: pull @echo "Stopping the project..." docker compose -f compose.yml down --remove-orphans