Skip to content
Snippets Groups Projects
Verified Commit 0bc809eb authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[MetricsBot] Change volume name

parent deb49911
No related branches found
No related tags found
Loading
Pipeline #62118 waiting for manual action
version: "3.7" version: "3.7"
volumes: volumes:
influxdb: data:
name: influxdb name: influxdb-services
networks: networks:
docker_default: docker_default:
...@@ -26,7 +26,7 @@ services: ...@@ -26,7 +26,7 @@ services:
image: influxdb:1.7.10-alpine image: influxdb:1.7.10-alpine
container_name: influxdb-services container_name: influxdb-services
volumes: volumes:
- influxdb:/var/lib/influxdb - data:/var/lib/influxdb
environment: environment:
- INFLUXDB_HTTP_AUTH_ENABLED=true - INFLUXDB_HTTP_AUTH_ENABLED=true
- INFLUXDB_DATA_MAX_VALUES_PER_TAG=0 - INFLUXDB_DATA_MAX_VALUES_PER_TAG=0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment