We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8125993 commit cd540bdCopy full SHA for cd540bd
docs/production.md
@@ -124,7 +124,7 @@ git clone git@github.com:<username>/<project-name>.git
124
Go into the directory containing your project (`<project-name>`), and start the app in production mode:
125
126
```console
127
-docker compose up -d --wait
+docker compose up --wait
128
```
129
130
Your server is up and running, and an HTTPS certificate has been automatically generated for you.
0 commit comments