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
circle-exclamation

Restart

docker compose restart

Check status

docker compose ps

Logs

View logs

docker compose logs -f

Save logs

chevron-rightLog sharinghashtag

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?