-
-
Notifications
You must be signed in to change notification settings - Fork 11
Getting Started
Maël Gangloff edited this page Aug 25, 2024
·
3 revisions
- Clone the repository
- Modify environment variables and add static files to customize your instance (see INSTALL.md)
- Pull the latest version of the Domain Watchdog image from Docker Hub.
docker compose pull
- Start the project in production environment. If you want, you can also build the Docker image to use yourself.
docker compose up
By default, the container listens on http://localhost:8080/, but you can configure this in environment variables. See the Docker Compose file.
Note
Please see INSTALL.md
file