mirror of
				https://github.com/AppFlowy-IO/AppFlowy.git
				synced 2025-10-31 18:15:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			208 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			208 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
| version: "3"
 | |
| 
 | |
| services:
 | |
|   app:
 | |
|     build: .
 | |
|     stdin_open: true 
 | |
|     # tty: true
 | |
|     environment:
 | |
|       - DISPLAY=${DISPLAY}
 | |
|     volumes:
 | |
|       - $HOME/.Xauthority:/root/.Xauthority:rw
 | |
|     network_mode: host | 
