Skip to content

Commit 574b08d

Browse files
authored
Merge pull request gcgarner#165 from Paraphraser/20201102-telegraf-restart
Adds restart option for telegraf template
2 parents 1bfb7b0 + db08287 commit 574b08d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.templates/telegraf/service.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
telegraf:
22
container_name: telegraf
33
image: telegraf
4+
restart: unless-stopped
45
volumes:
56
- ./services/telegraf/telegraf.conf:/etc/telegraf/telegraf.conf:ro
67
depends_on:

0 commit comments

Comments
 (0)