diff --git a/notetaking/docker-compose.override.yml b/notetaking/docker-compose.override.yml index 2721656..ac7ab05 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: '/mnt/user/appdata/.icons/obsidian.png' + 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.shell: 'bash' diff --git a/notetaking/docker-compose.yml b/notetaking/docker-compose.yml index fc38522..ce4b396 100644 --- a/notetaking/docker-compose.yml +++ b/notetaking/docker-compose.yml @@ -35,6 +35,6 @@ services: shm_size: "1gb" labels: net.unraid.docker.webui: https://notes.obsidian.homecube.org/ - net.unraid.docker.icon: /mnt/user/appdata/.icons/obsidian.png + net.unraid.docker.icon: https://raw.githubusercontent.com/homarr-labs/dashboard-icons/refs/heads/main/png/obsidian.png net.unraid.docker.shell: bash folder.view2: "Services"