influxdb fix

This commit is contained in:
xcad2k 2022-01-03 16:03:31 +01:00
parent 485cd66566
commit 857bdfda06
2 changed files with 11 additions and 3 deletions

View File

@ -8,6 +8,7 @@ services:
- '8086:8086' - '8086:8086'
volumes: volumes:
- influxdb-data:/var/lib/influxdb2 - influxdb-data:/var/lib/influxdb2
- /etc/influxdb2:/etc/influxdb2
# # Automatically setup influxdb # # Automatically setup influxdb
# TODO: no tested... # TODO: no tested...
# environment: # environment:

View File

@ -1,8 +1,10 @@
# Installation # Installation
TODO: ... ## Deployment
## Manage local environment 1. Copy the `docker-compose.yml` template into your project folder and start the container.
### Manage local environment
Allows Portainer to manage the local Docker Environment Allows Portainer to manage the local Docker Environment
```yaml ```yaml
@ -10,13 +12,18 @@ Allows Portainer to manage the local Docker Environment
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
``` ```
## Data Persistence ### Data Persistence
Storing Data in a `portainer-data` volume on docker Storing Data in a `portainer-data` volume on docker
```yaml ```yaml
volumes: volumes:
- portainer-data:/data - portainer-data:/data
``` ```
## Configuration
# Best-Practices & Post-Installation # Best-Practices & Post-Installation
## Disable HTTP ## Disable HTTP