8 lines
		
	
	
		
			156 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			156 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| version: "3.8"
 | |
| services:
 | |
|   gatus:
 | |
|     image: twinproduction/gatus:latest
 | |
|     ports:
 | |
|       - 8080:8080
 | |
|     volumes:
 | |
|       - ./config.yaml:/config/config.yaml |