Skip to content

Commit

Permalink
Merge pull request #5327 from bstordrup/Issue5325_UnableToStartMermai…
Browse files Browse the repository at this point in the history
…dContainer

Correcting path to docker-entrypoint.sh
  • Loading branch information
sidharthv96 committed Feb 26, 2024
2 parents ccfec58 + a57ac09 commit 628cf79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
tty: true
working_dir: /mermaid
mem_limit: '8G'
entrypoint: '/mermaid/docker-entrypoint.sh'
entrypoint: docker-entrypoint.sh
environment:
- NODE_OPTIONS=--max_old_space_size=8192
volumes:
Expand Down

0 comments on commit 628cf79

Please sign in to comment.