Not able to start mermaid container after docker compose #5325
Labels
Status: Triage
Needs to be verified, categorized, etc
Type: Bug / Error
Something isn't working or is incorrect
Description
I forked the repository and cloned it locally to my Windows machine. Then I ran the
docker compose up --build -d mermaid
command to get a mermaid host to run in a docker container.
But this resulted in an error from the docker image:
2024-02-26 13:30:06 exec /mermaid/docker-entrypoint.sh: no such file or directory
Steps to reproduce
mermaid-1
in Docker Desktop.Screenshots
Code Sample
No response
Setup
Suggested Solutions
If I start the mermaid image using the option
--entrypoint=docker-entrypoint.sh
, the container starts without error. So my suggestion is to change the Entrypoint reference in the docker-compose.yml file.Additional Context
No response
The text was updated successfully, but these errors were encountered: