Install on OpenMediaVault
Deploy CrossWatch on OMV using Docker Compose or Portainer.
What you need
Option A: Docker Compose on OMV (recommended)
services:
crosswatch:
image: ghcr.io/cenodude/crosswatch:latest
container_name: crosswatch
ports:
- "8787:8787"
environment:
- TZ=UTC
volumes:
- /srv/dev-disk-by-uuid-XXXX/appdata/crosswatch/config:/config
restart: unless-stoppedOption B: Portainer
Permissions for /config
/configNext steps
Last updated
Was this helpful?