diff --git a/komodo/monitor/uptime/compose.yaml b/komodo/monitor/uptime/compose.yaml index e94f5b0..5d57070 100644 --- a/komodo/monitor/uptime/compose.yaml +++ b/komodo/monitor/uptime/compose.yaml @@ -1,3 +1,4 @@ +--- services: uptime-kuma: image: 'louislam/uptime-kuma:2' @@ -6,4 +7,6 @@ services: - 'uptime-kuma:/app/data' ports: - '3001:3001' - restart: always \ No newline at end of file + restart: always +volumes: + uptime-kuma: \ No newline at end of file