Skip to content

Commit

Permalink
fix: add command to compose
Browse files Browse the repository at this point in the history
  • Loading branch information
MrLutik committed Jun 9, 2024
1 parent 5991316 commit 12b674a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ services:
syslog-ng:
image: ghcr.io/kiracore/sekin/syslog-ng:v0.8.11
restart: always
command: ["syslog-ng", "-F", "-c", "/run/syslog-ng.ctl"]
healthcheck:
test: ["CMD", "pgrep", "syslog-ng"]
interval: 10s
Expand Down
1 change: 1 addition & 0 deletions dev-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ services:
build:
context: ./
dockerfile: syslog-ng.Dockerfile
command: ["syslog-ng", "-F", "-c", "/run/syslog-ng.ctl"]
restart: always
healthcheck:
test: ["CMD", "pgrep", "syslog-ng"]
Expand Down

0 comments on commit 12b674a

Please sign in to comment.