Update getting-started.md

This commit is contained in:
Mathias Wagner
2024-07-30 16:09:23 +02:00
parent 05bb9c02ce
commit b34a0a2916

View File

@ -17,6 +17,20 @@ database.
```bash
mkdir LicenseAPI && cd LicenseAPI
wget https://raw.githubusercontent.com/gnmyt/LicenseAPI/main/docker-compose.yml
```
## Update environment variables
Open the `.env` file and update the following environment variables:
- `MAIL_SERVER`: The SMTP server to send emails.
- `MAIL_PORT`: The SMTP server port.
- `MAIL_USER`: The SMTP server username.
- `MAIL_PASS`: The SMTP server password.
## Start LicenseAPI
```bash
docker compose up -d
```