Update DOCKER_COMPOSE_SETUP.md

pull/6331/head
Shlee 3 days ago committed by GitHub
parent 18e32540e2
commit fbf7473fd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -37,6 +37,7 @@ This setup uses `serversideup/php:8.4-fpm-nginx` as the base image and is design
4. **Build and start the containers:** 4. **Build and start the containers:**
```bash ```bash
docker compose up -d db redis # Bootstrap the database and Redis. docker compose up -d db redis # Bootstrap the database and Redis.
# Wait 30 seconds for them to complete first boot.
docker compose up -d docker compose up -d
``` ```

Loading…
Cancel
Save