This commit is contained in:
Aidan 2024-12-09 21:16:39 -05:00
commit 5aaca5045f
No known key found for this signature in database
GPG Key ID: 1773A01F0EFE4FC1

View File

@ -1,4 +1,6 @@
# pontus-mail # pontus-mail
[![License: CC0-1.0](https://img.shields.io/badge/License-CC0_1.0-lightgrey.svg)](http://creativecommons.org/publicdomain/zero/1.0/)
Landing page for p0ntus mail Landing page for p0ntus mail
# Self hosting # Self hosting
@ -46,4 +48,4 @@ You can also use Docker to self-host pontus-mail's frontend. Make sure you have
docker compose up -d --build docker compose up -d --build
``` ```
You will now have a fully functioning Node.js Express server, which will be running on the port specified in `docker-compose.yml`, and internally on port `3000`. You will now have a fully functioning Node.js Express server, which will be running on the port specified in `docker-compose.yml`, and internally on port `3000`.