From 3c72c3d556ae965c87e519c864ec8a5773f5eeed Mon Sep 17 00:00:00 2001 From: kelinfoxy <67766943+kelinfoxy@users.noreply.github.com> Date: Tue, 17 Mar 2026 22:44:50 -0400 Subject: [PATCH] updated yarnl icon to png --- docker-templates/yarnl/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-templates/yarnl/compose.yaml b/docker-templates/yarnl/compose.yaml index 01d5022..262d02d 100644 --- a/docker-templates/yarnl/compose.yaml +++ b/docker-templates/yarnl/compose.yaml @@ -50,7 +50,7 @@ services: condition: service_healthy labels: - 'com.getarcaneapp.arcane.depends-on: yarnl-db' - - com.getarcaneapp.arcane.icon=https://cdn.jsdelivr.net/gh/selfhst/icons@main/svg/yarnl.svg + - com.getarcaneapp.arcane.icon=https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/yarnl.png - ${HOST_LABEL} - ${LOADBALANCER_LABEL} - ${WATCHTOWER_ENABLE_LABEL}