Updated Getting Started 🚀 (markdown)

Maël Gangloff
2024-08-25 22:22:29 +02:00
parent 404bdbddd3
commit 687353b128

@@ -1,4 +1,6 @@
## Install with Docker
## Getting Started :rocket:
### Install with Docker
1. Clone the repository
2. Modify environment variables and add static files to customize your instance (see [INSTALL.md](https://github.com/maelgangloff/domain-watchdog/blob/master/INSTALL.md))
@@ -12,6 +14,6 @@ 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](https://github.com/maelgangloff/domain-watchdog/blob/master/docker-compose.yml).
## Install from source
### Install from source
> [!NOTE]
> Please see [`INSTALL.md`](https://github.com/maelgangloff/domain-watchdog/blob/master/INSTALL.md) file