Skip to content

Commit

Permalink
53 telegraf compilation issue with golang 123 (#54)
Browse files Browse the repository at this point in the history
* Update docker-compose.yml

* Update .version
  • Loading branch information
door7302 authored Aug 15, 2024
1 parent 06348d5 commit a84637e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion compose/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.9
1.0.10
8 changes: 4 additions & 4 deletions compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- ./influxdb/influxdb.conf:/etc/influxdb/influxdb.conf
- ./influxdb/data:/var/lib/influxdb
telegraf_vmx:
build: https://github.com/door7302/jts_telegraf.git#v1.0.5
build: https://github.com/door7302/jts_telegraf.git#v1.0.6
image: telegraf:latest
container_name: telegraf_vmx
restart: always
Expand All @@ -31,7 +31,7 @@ services:
command:
--config-directory /etc/telegraf/telegraf.d
telegraf_mx:
build: https://github.com/door7302/jts_telegraf.git#v1.0.5
build: https://github.com/door7302/jts_telegraf.git#v1.0.6
image: telegraf:latest
container_name: telegraf_mx
restart: always
Expand All @@ -46,7 +46,7 @@ services:
command:
--config-directory /etc/telegraf/telegraf.d
telegraf_ptx:
build: https://github.com/door7302/jts_telegraf.git#v1.0.5
build: https://github.com/door7302/jts_telegraf.git#v1.0.6
image: telegraf:latest
container_name: telegraf_ptx
restart: always
Expand All @@ -61,7 +61,7 @@ services:
command:
--config-directory /etc/telegraf/telegraf.d
telegraf_acx:
build: https://github.com/door7302/jts_telegraf.git#v1.0.5
build: https://github.com/door7302/jts_telegraf.git#v1.0.6
image: telegraf:latest
container_name: telegraf_acx
restart: always
Expand Down

0 comments on commit a84637e

Please sign in to comment.