From 1a5aa07a7b584422f13a43e56103b407d10bd9d1 Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Fri, 26 Nov 2021 12:40:24 -0800 Subject: [PATCH] Fix mount path --- uptime-service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uptime-service.yaml b/uptime-service.yaml index c605d8a..336794a 100644 --- a/uptime-service.yaml +++ b/uptime-service.yaml @@ -4,7 +4,7 @@ services: uptime: image: louislam/uptime-kuma:1 volumes: - - uptime-volume:/config + - uptime-volume:/app/data networks: - traefik-public deploy: