You've already forked dockerfiles
							
							
				mirror of
				https://github.com/vimagick/dockerfiles.git
				synced 2025-10-30 23:47:48 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			112 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			112 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| tor:
 | |
|   image: vimagick/tor
 | |
|   ports:
 | |
|     - "9001:9001"
 | |
|   volumes:
 | |
|     - ./torrc:/etc/tor/torrc
 | |
|   restart: always
 |