diff --git a/Dockerfile b/Dockerfile index b7c9af951..44bf3cffd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,6 +62,9 @@ ENV REVISION=${REVISION:-""} LABEL org.opencontainers.image.source=https://github.com/haugene/docker-transmission-openvpn LABEL org.opencontainers.image.revision=$REVISION +# Compatability with https://hub.docker.com/r/willfarrell/autoheal/ +LABEL autoheal=true + # Expose port and run EXPOSE 9091 CMD ["dumb-init", "/etc/openvpn/start.sh"] diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 476ff0ffa..5349576b2 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -61,6 +61,9 @@ ENV OPENVPN_USERNAME=**None** \ HEALTHCHECK --interval=1m CMD /etc/scripts/healthcheck.sh +# Compatability with https://hub.docker.com/r/willfarrell/autoheal/ +LABEL autoheal=true + # Expose port and run EXPOSE 9091 CMD ["dumb-init", "/etc/openvpn/start.sh"]