Search found 2 matches

by santi
Mon Aug 12, 2024 6:33 pm
Forum: General
Topic: only works without user
Replies: 1
Views: 14316

Re: only works without user

I already found the error, it was the space after the = sign
at.png
at.png (13.07 KiB) Viewed 14305 times
by santi
Mon Aug 12, 2024 4:58 pm
Forum: General
Topic: only works without user
Replies: 1
Views: 14316

only works without user

I have installed the latest version of transmission in docker on debian, it works fine, but if I uncheck the user and password in the docker-compose.yml file there is no way to authenticate, I don't know what to do.

services:
transmission:
image: lscr.io/linuxserver/transmission:latest ...