7 lines
		
	
	
		
			190 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			190 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| services:
 | |
|     it-tools:
 | |
|         image: 'corentinth/it-tools:latest'
 | |
|         ports:
 | |
|             - '8182:80' # change if needed
 | |
|         restart: unless-stopped
 | |
|         container_name: it-tools |