mirror of
https://github.com/decke/smtprelay.git
synced 2026-04-25 04:45:52 +03:00
[PR #54] [CLOSED] Docker support #90
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/smtprelay#90
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/decke/smtprelay/pull/54
Author: @Coronon
Created: 1/17/2022
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
3e6b01cadd: docker support📊 Changes
3 files changed (+123 additions, -0 deletions)
View changed files
➕
.dockerignore(+5 -0)➕
Dockerfile(+101 -0)📝
README.md(+17 -0)📄 Description
This commit adds docker support to smtprelay.
I needed to run this between an isolated network and the hostile interwebs inside docker-compose, so after a bit of tinkering, this came about.
Please just review but don't merge yet, as I want to battle test this first :)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.