โ ๏ธ Docker Socket Configuration Required
To view all containers and host metrics from this container, mount the Docker socket in docker-compose.yml:
volumes:
- ./data:/opt/data
- /var/run/docker.sock:/var/run/docker.sock
Then run docker compose up -d on your VPS host.