romancin / tinymediamanager-docker

A repository for creating a docker container including TinyMediaManager with GUI interface.
203 stars 69 forks source link

unable to use 3.1.10, always downloading 3.1.6 #49

Closed ifsnop closed 3 years ago

ifsnop commented 3 years ago

After using

docker run -d --name=tinymediamanager \
-v /share/Container/tinymediamanager/config:/config \
-v /share/Container/tinymediamanager/media:/media \
-e GROUP_ID=0 -e USER_ID=0 -e TZ=Europe/Madrid \
-p 5800:5800 \
-p 5900:5900 \
romancin/tinymediamanager:latest

I'm always getting tmm version 3.1.6. How do I force 3.1.10?

I have deleted all the images from tmm on my system, but suspect that maybe there is some dependency not completed on the docker website. Any help is appreciated!

romancin commented 3 years ago

Yes, this application installs also on the persistent directory, so you need to launch also the Update from TMM interface.