|
@@ -41,4 +41,4 @@ VOLUME ["/data", "/backup"]
|
|
EXPOSE 22 3000
|
|
EXPOSE 22 3000
|
|
HEALTHCHECK CMD (curl -o /dev/null -sS http://localhost:3000/healthcheck) || exit 1
|
|
HEALTHCHECK CMD (curl -o /dev/null -sS http://localhost:3000/healthcheck) || exit 1
|
|
ENTRYPOINT ["/app/gogs/docker/start.sh"]
|
|
ENTRYPOINT ["/app/gogs/docker/start.sh"]
|
|
-CMD ["/bin/s6-svscan", "/app/gogs/docker/s6/"]
|
|
|
|
|
|
+CMD ["/usr/bin/s6-svscan", "/app/gogs/docker/s6/"]
|