Influxdb 1.8
This commit is contained in:
parent
9b1800b4a8
commit
de784cd5bf
2 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ services:
|
||||||
image: louislam/uptime-kuma:1
|
image: louislam/uptime-kuma:1
|
||||||
volumes:
|
volumes:
|
||||||
- ${VOLUMES_PATH}/monitoring/uptime-kuma-data:/app/data
|
- ${VOLUMES_PATH}/monitoring/uptime-kuma-data:/app/data
|
||||||
networks:
|
networks:
|
||||||
- web
|
- web
|
||||||
- dockersocket
|
- dockersocket
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
2
monitoring/start-influxdb-shell.sh
Normal file → Executable file
2
monitoring/start-influxdb-shell.sh
Normal file → Executable file
|
@ -1 +1 @@
|
||||||
docker run --rm --link=monitoring_influxdb_1 -it --net monitoring_monitoring influxdb influx -host influxdb
|
docker run --rm --link=monitoring_influxdb_1 -it --net monitoring_monitoring influxdb:1.8 influx -host influxdb
|
||||||
|
|
Loading…
Reference in a new issue