Merge pull request #5327 from bstordrup/Issue5325_UnableToStartMermaidContainer

Correcting path to docker-entrypoint.sh
This commit is contained in:
Sidharth Vinod
2024-02-26 20:53:11 +05:30
committed by GitHub

View File

@@ -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: