maybe
maybe copied to clipboard
Error: 'container maybe-postgres-1 is unhealthy' when self-hosting with Docker
Is this issue related to a problem? Please describe. I followed the steps to self-host using Docker, but it keeps showing "container maybe-postgres-1 is unhealthy."
Describe the work that needs to be done to address this issue I updated the Docker image to postgres and restarted containers using docker-compose down -v followed by docker-compose up --build.
Additional context
- Steps Taken: Apart from updating and restarting containers, I also tried pulling the latest Docker image (docker-compose pull postgres:latest).
- Error Messages: The logs show repeated occurrences of "exec /usr/local/bin/docker-entrypoint.sh: exec format error".
- Expected Behavior: I expected the Postgres container to start without issues after updating the image.
- Configuration Details: Running Docker version: Docker 26.1.4 on a Mac with Intel architecture.