Skip to content

🐋 ~ a REST API that helps you efficiently manage the docker-mailserver configuration.

License

Notifications You must be signed in to change notification settings

bramanda48/docker-mailserver-webapi

Repository files navigation

Screenshoot

Docker Mailserver - Web API

a REST API that helps you efficiently manage your docker-mailserver configuration.

GitHub release License

Branch Status
master Under Development
develop Under Development

Installation & Usage

  1. Create new file user-patches.sh in config folder.
  2. 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
  3. By default, this application will run on port 3000. You need add the port to docker-compose.yml.
  4. Redeploy the container.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

Inspiration, code snippets, icon, etc.