Zum Hauptinhalt springen
Version: rolling

OpenCloud containers are not running

Problem

OpenCloud is unavailable or does not work as expected.

Cause

One or more required containers may not be running.

Solution

Check the running containers:

docker ps
Admin general

Several containers should be listed, for example OpenCloud and Traefik.

If an expected container is missing or not running, check the logs for errors or warnings:

docker compose logs

To inspect a specific service, add its name:

docker compose logs <service-name>

Use the log messages to identify the affected service and continue troubleshooting the reported error.