Skip to content

Commit b519d5e

Browse files
committed
feat(docker): update docker-compose for influxdb
1 parent 887ca40 commit b519d5e

File tree

1 file changed

+3
-1
lines changed
  • docker/blocks/influxdb

1 file changed

+3
-1
lines changed

docker/blocks/influxdb/fig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
influxdb:
2-
image: tutum/influxdb:0.12
2+
#image: influxdb/influxdb:1.0-alpine
3+
image: influxdb:latest
4+
container_name: influxdb
35
ports:
46
- "2004:2004"
57
- "8083:8083"

0 commit comments

Comments
 (0)