a REST API that helps you efficiently manage your docker-mailserver configuration.
Branch | Status |
---|---|
master | |
develop |
- Create new file
user-patches.sh
in config folder. - Add this script inside
user-patches.sh
.#!/bin/bash curl -fsSL https://raw.githubusercontent.com/bramanda48/docker-mailserver-webapi/master/scripts/user-patches.sh | bash
- By default, this application will run on port 3000. You need add the port to
docker-compose.yml
. - Redeploy the container.
This project is licensed under the MIT License - see the LICENSE.md file for details.
Inspiration, code snippets, icon, etc.
- Docker Mailserver by The Docker Mailserver Organization & Contributors.