mirror of
				https://github.com/m1k1o/neko.git
				synced 2022-02-20 23:41:54 +03:00 
			
		
		
		
	added docker compose
This commit is contained in:
		
							
								
								
									
										14
									
								
								docker-compose.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								docker-compose.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,14 @@ | ||||
| version: '3.6' | ||||
| services: | ||||
|   neko: | ||||
|     image: nurdism/neko | ||||
|     restart: always | ||||
|     shm_size: '2gb' | ||||
|     ports: | ||||
|       - "8080:80" | ||||
|     environment: | ||||
|       NEKO_DISPLAY: 0 | ||||
|       NEKO_WIDTH: 1280 | ||||
|       NEKO_HEIGHT: 720 | ||||
|       NEKO_PASSWORD: neko | ||||
|       NEKO_BIND: :8080 | ||||
		Reference in New Issue
	
	Block a user
	 Craig
					Craig