Fixes #375 - New HEALTHCHECK CMD failing to parse URL
This commit is contained in:
		
							parent
							
								
									8ac33a0278
								
							
						
					
					
						commit
						5448d8057c
					
				|  | @ -73,5 +73,5 @@ RUN chmod +x wg-ui | |||
| COPY init.sh . | ||||
| 
 | ||||
| EXPOSE 5000/tcp | ||||
| HEALTHCHECK CMD ["wget","--output-document=-","--quiet","--tries=1","http://127.0.0.1:$(echo ${BIND_ADDRESS:-5000} | cut -d ':' -f2)/_health"] | ||||
| HEALTHCHECK CMD ["ash", "-c", "wget --output-document=- --quiet --tries=1 http://127.0.0.1:$(echo ${BIND_ADDRESS:-5000} | cut -d ':' -f2)/_health"] | ||||
| ENTRYPOINT ["./init.sh"] | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue