We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee42a1 commit bf6f16cCopy full SHA for bf6f16c
docker-compose.yml
@@ -4,7 +4,7 @@ volumes:
4
influx-config:
5
services:
6
influxdb:
7
- image: arm32v7/influxdb:latest
+ build: influxdb
8
volumes:
9
# Mount for influxdb data directory
10
- 'influx-data:/var/lib/influxdb'
influxdb/Dockerfile
@@ -0,0 +1 @@
1
+FROM arm32v7/influxdb:latest
0 commit comments