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.8.11
  • Loading branch information
actions-user committed Jun 9, 2024
1 parent 921ce33 commit 5991316
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.8.10
image: ghcr.io/kiracore/sekin/shidai:v0.8.11
restart: always
ports:
- "127.0.0.1:8282:8282"
Expand All @@ -62,7 +62,7 @@ services:
hostname: shidai.local

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

0 comments on commit 5991316

Please sign in to comment.