👉 See the full installation guide in the wiki.
Covers Docker Run, Docker Compose, Portainer, Synology NAS, Unraid, updating, and troubleshooting.
docker run -d \
--name docsight \
--restart unless-stopped \
-p 8765:8765 \
-v docsight_data:/data \
ghcr.io/itsdnns/docsight:latestOpen http://localhost:8765 and follow the setup wizard.
Exposing DOCSight beyond your local network? See the reverse proxy guide for Caddy, Nginx, and Traefik examples with TLS.