Skip to content

Commit cd540bd

Browse files
authored
Fix -d / --wait arguments (#1531)
1 parent 8125993 commit cd540bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/production.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ git clone git@github.com:<username>/<project-name>.git
124124
Go into the directory containing your project (`<project-name>`), and start the app in production mode:
125125

126126
```console
127-
docker compose up -d --wait
127+
docker compose up --wait
128128
```
129129

130130
Your server is up and running, and an HTTPS certificate has been automatically generated for you.

0 commit comments

Comments
 (0)