Skip to content

Commit bf6f16c

Browse files
committed
Dockerfile create for influxdb
1 parent 0ee42a1 commit bf6f16c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ volumes:
44
influx-config:
55
services:
66
influxdb:
7-
image: arm32v7/influxdb:latest
7+
build: influxdb
88
volumes:
99
# Mount for influxdb data directory
1010
- 'influx-data:/var/lib/influxdb'

influxdb/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
FROM arm32v7/influxdb:latest

0 commit comments

Comments
 (0)