From cd540bda1124e7932d694e9f4139f24f0f0289fc Mon Sep 17 00:00:00 2001 From: Thomas Cochard <95548437+tcoch@users.noreply.github.com> Date: Tue, 29 Apr 2025 16:36:23 +0200 Subject: [PATCH] Fix -d / --wait arguments (#1531) --- docs/production.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/production.md b/docs/production.md index 81a636e8..5ad3e2ad 100644 --- a/docs/production.md +++ b/docs/production.md @@ -124,7 +124,7 @@ git clone git@github.com:/.git Go into the directory containing your project (``), and start the app in production mode: ```console -docker compose up -d --wait +docker compose up --wait ``` Your server is up and running, and an HTTPS certificate has been automatically generated for you.