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

[BUG] docker-mailman-database-1 does not restart when rebooting server #694

Closed
hartundweich opened this issue May 23, 2024 · 1 comment
Closed
Labels

Comments

@hartundweich
Copy link

hartundweich commented May 23, 2024

Tag/version of Container Images
maxking/mailman-web:0.4
maxking/mailman-core:0.4
postgres:11-alpine

Hello,

I was following the original instructions when setting up mailman in docker images.
I ended with running "docker compose up -d" and everything is running.

When I reboot my server mailman-web and mailman-core containers are started, but postgres container does not automatically start.

How can I fix this?

@maxking
Copy link
Owner

maxking commented Jun 8, 2024

I am not sure why, but we do have restart: always for postgres container: https://github.com/maxking/docker-mailman/blob/main/docker-compose-postorius.yaml#L54

This is more of a docker/docker-compose question.

You maybe want to look into container logs and docker logs I guess for hints around why.

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

No branches or pull requests

2 participants