2
									
								
								.hadolint.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								.hadolint.yaml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,2 @@
 | 
				
			|||||||
 | 
					ignored:
 | 
				
			||||||
 | 
					  - DL3008 # no need to pin versions
 | 
				
			||||||
@@ -1,10 +1,11 @@
 | 
				
			|||||||
# https://hub.docker.com/_/monica
 | 
					# https://hub.docker.com/_/monica
 | 
				
			||||||
FROM monica:4
 | 
					FROM monica:4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Use the default production configuration
 | 
					RUN \
 | 
				
			||||||
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
 | 
					  # Use the default production configuration
 | 
				
			||||||
# increase php upload limit
 | 
					  mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" && \
 | 
				
			||||||
RUN sed -i 's/upload_max_filesize = 2M/upload_max_filesize = 50M/' "$PHP_INI_DIR/php.ini"
 | 
					  # increase php upload limit
 | 
				
			||||||
 | 
					  sed -i 's/upload_max_filesize = 2M/upload_max_filesize = 50M/' "$PHP_INI_DIR/php.ini"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# supervisord dependencies
 | 
					# supervisord dependencies
 | 
				
			||||||
RUN apt-get update && \
 | 
					RUN apt-get update && \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user