diff --git a/notetaking/docker-compose.override.yml b/notetaking/docker-compose.override.yml index 6c9bf22..4b95caf 100644 --- a/notetaking/docker-compose.override.yml +++ b/notetaking/docker-compose.override.yml @@ -8,6 +8,6 @@ services: obsidian: labels: net.unraid.docker.managed: 'composeman' - net.unraid.docker.icon: '' + net.unraid.docker.icon: 'https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/obsidian-logo.png' net.unraid.docker.webui: 'https://notes.obsidian.homecube.org/' net.unraid.docker.shell: 'bash' diff --git a/notetaking/docker-compose.yml b/notetaking/docker-compose.yml index efccf08..4ff1c90 100644 --- a/notetaking/docker-compose.yml +++ b/notetaking/docker-compose.yml @@ -34,7 +34,8 @@ services: - 3000:3000 shm_size: "1gb" labels: - net.unraid.docker.webui: "https://notes.obsidian.homecube.org" - net.unraid.docker.icon: "https://raw.githubusercontent.com/homarr-labs/dashboard-icons/refs/heads/main/png/obsidian.png" + net.unraid.docker.webui: https://notes.obsidian.homecube.org +# net.unraid.docker.icon: https://raw.githubusercontent.com/homarr-labs/dashboard-icons/refs/heads/main/png/obsidian.png + net.unraid.docker.icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/obsidian-logo.png net.unraid.docker.shell: bash folder.view2: "Services"