Skip to content

Docker Compose installation

  1. Download the docker-compose.yml and modify it as needed
  2. Download the .env and modify it as needed
  1. Add static files to customize your instance (under public/content)
  2. Pull the latest version of the Domain Watchdog image from Docker Hub
Terminal window
docker compose pull
  1. Start the project in production environment
Terminal window
docker compose up

By default, the container listens on http://localhost:8080, but you can configure this in environment variables.