Skip to content

Commit

Permalink
restart: unless-stopped
Browse files Browse the repository at this point in the history
  • Loading branch information
devincowan committed Jun 9, 2023
1 parent a6b9e00 commit 7590665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ services:
depends_on:
- logstash
image: docker.elastic.co/beats/filebeat:${ELASTIC_VERSION}
restart: unless-stopped
user: root
command:
# Log to stderr.
Expand Down
1 change: 1 addition & 0 deletions extensions/heartbeat/heartbeat-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:
context: extensions/heartbeat/
args:
ELASTIC_VERSION: ${ELASTIC_VERSION}
restart: unless-stopped
command:
# Log to stderr.
- -e
Expand Down

0 comments on commit 7590665

Please sign in to comment.