Skip to content

Commit

Permalink
disable healthcheck. reason docker/for-linux#679
Browse files Browse the repository at this point in the history
  • Loading branch information
bodav committed Apr 9, 2024
1 parent 67d2588 commit 4cd60b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syslog/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
image: alpine:edge
volumes:
- /var/log/syslog:/var/log/stream.log
command: "tail -s 3 -F /var/log/stream.log | grep --line-buffered \"CRON\""
command: "tail -s 3 -F /var/log/stream.log"
network_mode: none
restart: unless-stopped
logging:
Expand Down

0 comments on commit 4cd60b4

Please sign in to comment.