Skip to content

Commit

Permalink
fix(cidi_auto): Update compose.yml
Browse files Browse the repository at this point in the history
Update image versions to v0.4.0
  • Loading branch information
actions-user committed Jun 2, 2024
1 parent cdacb10 commit 3467a99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
shidai:
depends_on:
- syslog-ng
image: ghcr.io/kiracore/sekin/shidai:v0.3.0
image: ghcr.io/kiracore/sekin/shidai:v0.4.0
restart: always
ports:
- "127.0.0.1:8282:8282"
Expand All @@ -61,7 +61,7 @@ services:
hostname: shidai.local

syslog-ng:
image: ghcr.io/kiracore/sekin/syslog-ng:v0.3.0
image: ghcr.io/kiracore/sekin/syslog-ng:v0.4.0
restart: always
healthcheck:
test: ["CMD", "pgrep", "syslog-ng"]
Expand Down

0 comments on commit 3467a99

Please sign in to comment.