mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-10-29 18:04:09 +01:00 
			
		
		
		
	Merge pull request #5327 from bstordrup/Issue5325_UnableToStartMermaidContainer
Correcting path to docker-entrypoint.sh
This commit is contained in:
		| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sidharth Vinod
					Sidharth Vinod