Hello
I´m trying to install Tautulli but I get this error: invalid reference format: repository name must be lowercase
I’m using this commands:
sudo docker pull linuxserver/tautulli
and this:
sudo docker create \
--name=tautulli \
--restart=always \
-v /mnt/sdb1/plexpy:/config \
-v “/mnt/sdb1/config/Library/Application Support/Plex Media Server/Logs":/plex_logs:ro \
-e PGID=1000 -e PUID=1000 \
-p 8181:8181 \
tautulli/tautulli
I also tryed without “”
Any help would be appreciated.
Regards