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.