You've already forked LibreTranslate
							
							
				mirror of
				https://github.com/LibreTranslate/LibreTranslate.git
				synced 2025-10-30 23:37:48 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			283 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			283 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| version: "3"
 | |
| 
 | |
| services:
 | |
|   libretranslate:
 | |
|     container_name: libretranslate
 | |
|     build: .
 | |
|     restart: unless-stopped
 | |
|     ports:
 | |
|       - 5000:5000
 | |
|     ## Uncomment above command and define your args if necessary
 | |
|     # command: --ssl --ga-id MY-GA-ID --req-limit 100 --char-limit 500  |