Install on Docker (Windows)
Run CrossWatch on Windows using Docker Desktop (WSL2 backend).
What you need
Option A: Docker Compose (recommended)
services:
crosswatch:
image: ghcr.io/cenodude/crosswatch:latest
container_name: crosswatch
ports:
- "8787:8787"
environment:
- TZ=UTC
volumes:
- "C:\\crosswatch\\config:/config"
restart: unless-stoppedOption B: Docker run
Updating
Common Windows gotchas
Next steps
Last updated
Was this helpful?