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 15a46f4 commit 0d333c0Copy full SHA for 0d333c0
infra/docker-compose.yml
@@ -4,7 +4,7 @@ services:
4
container_name: influxdb
5
volumes:
6
- ./influxdb:/etc/influxdb2 # Use a custom configuration directory to prevent chown issues
7
- - influxdb-data:/var/lib/influxdb # Persist data
+ - influxdb-data:/var/lib/influxdb2 # Persist data
8
ports:
9
- "8086:8086" # Expose the InfluxDB API
10
grafana:
@@ -20,4 +20,4 @@ services:
20
- influxdb # Wait for InfluxDB to be ready
21
22
influxdb-data: # Define a named volume for InfluxDB data
23
- grafana-data: # Define a named volume for Grafana data
+ grafana-data: # Define a named volume for Grafana data
0 commit comments