Fix -d / --wait arguments (#1531)

This commit is contained in:
Thomas Cochard
2025-04-29 16:36:23 +02:00
committed by GitHub
parent 8125993001
commit cd540bda11

View File

@@ -124,7 +124,7 @@ git clone git@github.com:<username>/<project-name>.git
Go into the directory containing your project (`<project-name>`), 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.