mirror of
				https://git.proxmox.com/git/mirror_xterm.js
				synced 2025-10-31 05:32:29 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			110 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			110 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| version: '2'
 | |
| 
 | |
| services:
 | |
|   web:
 | |
|     build: ./
 | |
|     volumes:
 | |
|      - ./:/usr/src/app
 | |
|     ports:
 | |
|       - 3000:3000
 | 
