From 63ac0fce047eb81a28fb3e765f84ccff49d4696c Mon Sep 17 00:00:00 2001 From: Aaron Fischer Date: Tue, 18 Jul 2023 21:34:14 +0200 Subject: [PATCH] Fix docker compose in readme Signed-off-by: Aaron Fischer --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5cece5e..270daf2 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ # Book of the month / Comic of the month ## Deploy -Thats easy: $ git pull - $ docker-compose build - $ docker-compose up -d + $ docker compose build + $ docker compose up -d ## Sample