upd deps
This commit is contained in:
parent
7de2e56fd9
commit
169c7f364d
2 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ networks:
|
|||
|
||||
services:
|
||||
grafana:
|
||||
image: grafana/grafana:9.4.7
|
||||
image: grafana/grafana:9.5.1
|
||||
container_name: grafana
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
@ -113,7 +113,7 @@ services:
|
|||
# - monitoring
|
||||
cadvisor:
|
||||
# ARM image
|
||||
image: gcr.io/cadvisor/cadvisor-arm:v0.47.1
|
||||
image: gcr.io/cadvisor/cadvisor-arm64:v0.47.1
|
||||
container_name: cadvisor
|
||||
restart: unless-stopped
|
||||
command:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
images=$(grep 'image:' docker-compose.yml | grep -v '#' | sed 's/^ *//' | cut -d ' ' -f2 | cut -d ':' -f1)
|
||||
for image in $images
|
||||
do
|
||||
|
|
Loading…
Add table
Reference in a new issue