docs: fix Twenty CRM deploy guide container name + boot time

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-03 14:54:49 -08:00
parent 272624b0c7
commit a8395aa0d6
1 changed files with 2 additions and 2 deletions

View File

@ -20,9 +20,9 @@ EOF
# Start the stack # Start the stack
docker compose up -d docker compose up -d
# Wait for healthy status (may take 1-2 minutes on first boot) # Wait for healthy status (may take 2-3 minutes on first boot for migrations)
docker compose ps docker compose ps
docker logs twenty-server --tail 50 docker logs twenty-ch-server --tail 50
``` ```
## 2. Create Admin Account ## 2. Create Admin Account