mirror of
https://github.com/dunglas/frankenphp.git
synced 2025-12-24 13:38:11 +08:00
Fix -d / --wait arguments (#1531)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user