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:
parent
272624b0c7
commit
a8395aa0d6
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue