[add] mermaid
This commit is contained in:
		
							parent
							
								
									69eab7c66c
								
							
						
					
					
						commit
						ea56c8ebf7
					
				
					 1 changed files with 13 additions and 0 deletions
				
			
		
							
								
								
									
										13
									
								
								mermaid-server/docker-compose.yml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								mermaid-server/docker-compose.yml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,13 @@
 | 
			
		|||
---
 | 
			
		||||
version: "2.1"
 | 
			
		||||
services:
 | 
			
		||||
  mermaid:
 | 
			
		||||
    image: tomwright/mermaid-server:latest
 | 
			
		||||
    container_name: mermaid
 | 
			
		||||
    environment:
 | 
			
		||||
      - USER_UID=1000
 | 
			
		||||
      - USER_GID=1000
 | 
			
		||||
    ports:
 | 
			
		||||
      - "4500:80"
 | 
			
		||||
    restart: unless-stopped
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	Add table
		
		Reference in a new issue