diff --git a/Dockerfile.rootless b/Dockerfile.rootless index 20ab1e7..13e1a0a 100644 --- a/Dockerfile.rootless +++ b/Dockerfile.rootless @@ -59,7 +59,7 @@ HEALTHCHECK --interval=30s \ --timeout=5s \ --start-period=5s \ --retries=3 \ - CMD [ "/usr/bin/wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:7745" ] + CMD [ "/usr/bin/wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:7745/api/v1/status" ] VOLUME [ "/data" ] # Drop root and run as low-privileged user