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'
volumes:
- influxdb-data:/var/lib/influxdb2
- /etc/influxdb2:/etc/influxdb2
# # Automatically setup influxdb
# TODO: no tested...
# environment:

View File

@ -1,8 +1,10 @@
# 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
```yaml
@ -10,13 +12,18 @@ Allows Portainer to manage the local Docker Environment
- /var/run/docker.sock:/var/run/docker.sock
```
## Data Persistence
### Data Persistence
Storing Data in a `portainer-data` volume on docker
```yaml
volumes:
- portainer-data:/data
```
## Configuration
# Best-Practices & Post-Installation
## Disable HTTP