nearcatch

Members
  • Posts

    61
  • Joined

  • Last visited

Report Comments posted by nearcatch

  1. On 8/21/2021 at 4:24 AM, ungeek67 said:

    Has anyone played with this yet? I can only get the the GUI access to work. Label sample below from my docker compose file.

        labels:
          net.unraid.docker.icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/sonarr-icon.png
          #net.unraid.docker.managed: dockerman
          net.unraid.docker.webui: http://[IP]:[PORT:8989]/

    I got it to work with local files:

        labels:
          - "net.unraid.docker.icon=$DOCKERDIR/czkawka/czkawka-unraid.png"
          - "net.unraid.docker.webui=https://czkawka.$DOCKERHOSTNAME"

    image.png.20f744105fecdd4ed1782f354fbf932e.png

    • Like 1