From beb4088c5113fd1fe50e1320d953d179049eb4e6 Mon Sep 17 00:00:00 2001 From: Max Richter Date: Tue, 13 May 2025 11:22:45 +0200 Subject: [PATCH] feat: update readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 45015e4..6b34e56 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,6 @@ Replace `.dev.local` with your custom domain suffix in the `config/dns/config.sa Restart the docker services to apply the changes: ```shell -docker compose down docker compose up -d --force-recreate ```