Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Receiving Emails #29

Closed
msebald opened this issue Jun 20, 2020 · 2 comments
Closed

Receiving Emails #29

msebald opened this issue Jun 20, 2020 · 2 comments

Comments

@msebald
Copy link

msebald commented Jun 20, 2020

Hi,

how can I start the smtp daemon described here inside the docker container?

I tried the following:
docker exec -it containerid python3 /healthchecks/manage.py smtpd --port 2525
This worked, but my command prompt was stuck and Ctrl-C terminates the smtp daemon.

Then I tried it in docker-compose.yml:
command: python3 /healthchecks/manage.py smtpd --port 2525
Then Healthchecks did not start anymore. Which is (maybe) because I am using a new startup command now (I am not a Docker expert).

Maybe you have a hint for me,
thank you,
Martin

@galexrt
Copy link
Owner

galexrt commented Jun 20, 2020

@msebald I have pushed 3b119e6 to implement that the smtpd service will be automatically start.

In a few minutes the following Docker image tag v1.15.0-20200620-143251-752 will be available containing this change.

@msebald
Copy link
Author

msebald commented Jun 20, 2020

@galexrt Thank you for the quick fix/update. Works! :-) I will close the issue now. Thank you again!

@msebald msebald closed this as completed Jun 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants