You've already forked dockerfiles
							
							
				mirror of
				https://github.com/vimagick/dockerfiles.git
				synced 2025-10-30 23:47:48 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			194 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			194 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ghost:
 | |
|   image: ghost:alpine
 | |
|   ports:
 | |
|     - "127.0.0.1:2368:2368"
 | |
|   volumes:
 | |
|     - ./data:/var/lib/ghost/content
 | |
|     - ./data/config.json:/var/lib/ghost/config.production.json
 | |
|   restart: always
 |