From 8dc4c9d234b47469592e6836b1744694c0a6769c Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Tue, 14 Jan 2020 21:18:02 +0100 Subject: [PATCH] Comment the healthcheck since it's not in the image anymore --- seafile-client/docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seafile-client/docker-entrypoint.sh b/seafile-client/docker-entrypoint.sh index 3494004..3f6a8bf 100644 --- a/seafile-client/docker-entrypoint.sh +++ b/seafile-client/docker-entrypoint.sh @@ -47,7 +47,7 @@ if [ "$GID" != "1000" ]; then fi # Set the files ownership. -chown $UID.$GID /home/seafuser/healthcheck.sh +#chown $UID.$GID /home/seafuser/healthcheck.sh chown $UID.$GID /home/seafuser/entrypoint.sh chown $UID.$GID -R /volume