We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bfdd15 commit 19d0a6aCopy full SHA for 19d0a6a
2 files changed
ethd
@@ -1249,8 +1249,8 @@ __migrate_compose_files() {
1249
local index
1250
1251
# Some files have been renamed and others removed altogether
1252
- local from_yml=( )
1253
- local to_yml=( )
+ local from_yml=("lido-obol-promtail.yml")
+ local to_yml=("lido-obol-alloy.yml")
1254
1255
IFS=":"
1256
set -o noglob
lido-obol-alloy.yml
@@ -1,5 +1,5 @@
1
services:
2
- alloy:
+ alloy-obol:
3
image: grafana/alloy:latest
4
restart: unless-stopped
5
environment:
0 commit comments