Kevin Halpin
Kevin Halpin
Hey i still had a copy running on one of my machines, uploaded to dockerhub here if somebody wants to revive this or deconstruct into a dockerfile [dockerhub image](https://hub.docker.com/r/kevinhalpin/codeintel-bash-with-explainshell). `docker...
Yeah I’m guessing permissions too. Users and Groups inside the container are not mapped to to the same user/groups within the container. Could you run a ls -lAh on those...
if you desire the file `-/mnt/datastore/Telechargements/transmission-home/transmission-telegram.log` on your host you would change add a volume mount like this ``` docker run --name transmission-telegram -v /mnt/datastore/Telechargements/transmission-home/transmission-telegram.log: kevinhalpin/transmission-telegram -token= -master=nicolaslhomme -url=http://172.29.137.184:9091/transmission/rpc --logfile=...
for reference this is what those .env vars translated too back in the day when I ran it like this ``` telegram-transmission-bot: command: -token= -master=khalpin11 -url=http://192.168.1.100:9091/transmission/rpc -username= -password= container_name: telegram-transmission-bot...
> Hi everyone, > > does anyone know how to turn on --logfile flag on the docker image linuxserver/transmission? > > I've been trying by several ways, but nothing so...