Skip to content

Commit

Permalink
feat(cidi_auto): Update compose.yml
Browse files Browse the repository at this point in the history
Update image versions to v0.2.1
  • Loading branch information
actions-user committed Jun 2, 2024
1 parent 8c08b58 commit 9599ca6
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.1.0
image: ghcr.io/kiracore/sekin/shidai:v0.2.1
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.1.0
image: ghcr.io/kiracore/sekin/syslog-ng:v0.2.1
restart: always
healthcheck:
test: ["CMD", "pgrep", "syslog-ng"]
Expand Down

0 comments on commit 9599ca6

Please sign in to comment.