Skip to content
Snippets Groups Projects

Grafana

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