mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-10-17 01:23:33 +00:00
Baked acme.sh into binary and use it when required, removed docker healthcheck
This commit is contained in:
@@ -63,8 +63,6 @@ RUN rm -rf /etc/services.d/frontend \
|
||||
VOLUME /data
|
||||
|
||||
CMD [ "/init" ]
|
||||
# TODO: remove healthchecks
|
||||
HEALTHCHECK --interval=15s --timeout=3s CMD curl -f http://127.0.0.1:81/api || exit 1
|
||||
|
||||
ARG NOW
|
||||
ARG BUILD_VERSION
|
||||
|
Reference in New Issue
Block a user