mirror of
				https://github.com/axllent/mailpit.git
				synced 2025-10-31 00:07:43 +02:00 
			
		
		
		
	Chore: Avoid shell in Docker health check (#444)
This commit is contained in:
		
				
					committed by
					
						 Ralph Slooten
						Ralph Slooten
					
				
			
			
				
	
			
			
			
						parent
						
							d26e317d25
						
					
				
				
					commit
					a6d0db174b
				
			| @@ -25,6 +25,6 @@ RUN apk upgrade --no-cache && apk add --no-cache tzdata | ||||
|  | ||||
| EXPOSE 1025/tcp 1110/tcp 8025/tcp | ||||
|  | ||||
| HEALTHCHECK --interval=15s --start-period=10s --start-interval=1s CMD /mailpit readyz | ||||
| HEALTHCHECK --interval=15s --start-period=10s --start-interval=1s CMD ["/mailpit", "readyz"] | ||||
|  | ||||
| ENTRYPOINT ["/mailpit"] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user