This commit is contained in:
Aidan 2024-12-27 03:55:24 -06:00
parent d0450979e0
commit 79c68911f6
No known key found for this signature in database
GPG Key ID: 1773A01F0EFE4FC1
2 changed files with 4 additions and 4 deletions

View File

@ -51,11 +51,11 @@ You can also use Docker to self-host pontus-mail's frontend. Make sure you have
```
Make sure you edit this file with values matching in `docker-compose.xml`, and other desired values like admin username/password.
3. Copy the example `donations.json`
4. Copy the example `donations.json`
```bash
mv donations.json.example donations.json
```
4. Start and build Docker containers
5. Start and build Docker containers
```bash
docker compose up -d --build
```