For the complete documentation index, see llms.txt. This page is also available as Markdown.

Operations

Use this page for day-to-day operations on a Docker Compose deployment.

Common operations

Start

docker compose up -d

Stop

docker compose down

Restart

docker compose restart

Check status

docker compose ps

Logs

View logs

docker compose logs -f

Save logs

Log sharing

Logs can contain hostnames, workspace names, and operational details.

Share logs only via approved channels or directly with Syntho Support.

Last updated

Was this helpful?