Skip to content
Snippets Groups Projects

Grafana

Merged Martin Weise requested to merge 460-grafana-random-redirects into dev
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -11,12 +11,12 @@ compare "services.$1.depends_on"
@@ -11,12 +11,12 @@ compare "services.$1.depends_on"
compare "services.$1.healthcheck"
compare "services.$1.healthcheck"
compare "services.$1.logging"
compare "services.$1.logging"
if [ ! -z "$IGNORE_IMAGE" ]; then
if [ -z "$IGNORE_IMAGE" ]; then
compare "services.$1.image"
compare "services.$1.image"
fi
fi
if [ ! -z "$IGNORE_VOLUMES" ]; then
if [ -z "$IGNORE_VOLUMES" ]; then
compare "services.$1.volumes"
compare "services.$1.volumes"
fi
fi
if [ ! -z "$IGNORE_PORTS" ]; then
if [ -z "$IGNORE_PORTS" ]; then
compare "services.$1.ports"
compare "services.$1.ports"
fi
fi
Loading