From d8db5408cd555f296a4b5a07a377beb89978be1b Mon Sep 17 00:00:00 2001 From: faulty Date: Sun, 26 Feb 2023 16:54:15 +0100 Subject: [PATCH] fix config gatus --- custom/gatus/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/gatus/Dockerfile b/custom/gatus/Dockerfile index b410c55..28e8eaa 100644 --- a/custom/gatus/Dockerfile +++ b/custom/gatus/Dockerfile @@ -1,3 +1,3 @@ FROM twinproduction/gatus -COPY ./config.yaml /app/config.yaml \ No newline at end of file +COPY ./config.yaml /config/config.yaml \ No newline at end of file