From 9599ca6c61328e02fae09e6f2be5a1fa7b95492c Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 2 Jun 2024 16:17:10 +0000 Subject: [PATCH] feat(cidi_auto): Update compose.yml Update image versions to v0.2.1 --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index aab24d4..12beeff 100644 --- a/compose.yml +++ b/compose.yml @@ -47,7 +47,7 @@ services: shidai: depends_on: - syslog-ng - image: ghcr.io/kiracore/sekin/shidai:v0.1.0 + image: ghcr.io/kiracore/sekin/shidai:v0.2.1 restart: always ports: - "127.0.0.1:8282:8282" @@ -61,7 +61,7 @@ services: hostname: shidai.local syslog-ng: - image: ghcr.io/kiracore/sekin/syslog-ng:v0.1.0 + image: ghcr.io/kiracore/sekin/syslog-ng:v0.2.1 restart: always healthcheck: test: ["CMD", "pgrep", "syslog-ng"]