fix docker-compose
parent
0a4b9cdce9
commit
2aaec15017
|
|
@ -2,9 +2,6 @@ version: "2"
|
|||
services:
|
||||
influxdb:
|
||||
image: influxdb:1.5-alpine
|
||||
# command: influxd -config /etc/influxdb/influxdb.conf
|
||||
# ports:
|
||||
# - "8086:8086"
|
||||
restart: on-failure:5
|
||||
volumes:
|
||||
- ./data/influx:/var/lib/influxdb/
|
||||
|
|
@ -19,7 +16,7 @@ services:
|
|||
- "GF_SECURITY_ADMIN_USER=root"
|
||||
- "GF_SECURITY_ADMIN_PASSWORD=clkl"
|
||||
restart: on-failure:5
|
||||
networks:exhub.uni-bamberg.de
|
||||
networks:
|
||||
- traefik_net
|
||||
- default
|
||||
labels:
|
||||
|
|
|
|||
Loading…
Reference in New Issue