removed erroneous volumes that broke updating the container
This commit is contained in:
@ -6,9 +6,8 @@ services:
|
||||
container_name: grafana
|
||||
volumes:
|
||||
- 'grafana-storage:/var/lib/grafana'
|
||||
- 'grafana-config:/usr/share/grafana'
|
||||
- 'grafana-etc:/etc/grafana'
|
||||
image: grafana/grafana
|
||||
- '/srv/grafana/custom.ini:/usr/share/grafana/custom.ini'
|
||||
image: grafana/grafana:latest
|
||||
networks:
|
||||
- grafana
|
||||
|
||||
@ -17,8 +16,9 @@ services:
|
||||
ports:
|
||||
- '8086:8086'
|
||||
volumes:
|
||||
- 'influxdb-storage:/root/.influxdbv2'
|
||||
image: 'quay.io/influxdb/influxdb:v2.0.4'
|
||||
- 'influxdb-storage:/var/lib/influxdb2'
|
||||
- '/srv/influxdb/config.yml:/etc/influxdb2/config.yml'
|
||||
image: 'influxdb'
|
||||
networks:
|
||||
- grafana
|
||||
deploy:
|
||||
|
||||
Reference in New Issue
Block a user