mirror of
				https://github.com/byReqz/ssh-chat-docker.git
				synced 2025-11-03 18:31:29 +00:00 
			
		
		
		
	add docker-compose
compose using marcoslaters container till i finish mine
This commit is contained in:
		
							
								
								
									
										11
									
								
								docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,11 @@
 | 
				
			|||||||
 | 
					version: '3.1'
 | 
				
			||||||
 | 
					services:
 | 
				
			||||||
 | 
					  ssh-chat:
 | 
				
			||||||
 | 
					    image: marcoslater/ssh-chat:latest
 | 
				
			||||||
 | 
					    restart: always
 | 
				
			||||||
 | 
					    ports:
 | 
				
			||||||
 | 
					      - "2022:2022"
 | 
				
			||||||
 | 
					    volumes:
 | 
				
			||||||
 | 
					      - ./ssh-chat-key:/ssh_key
 | 
				
			||||||
 | 
					      - ./ssh-chat/admin_keys:/admin_keys
 | 
				
			||||||
 | 
					    container_name: ssh-chat
 | 
				
			||||||
		Reference in New Issue
	
	Block a user