-
Hello I am not really a docker expert and I can't figure out how I can upgrade my container to run the latest version. My actual config is running perfectly for several months, but my understanding is that am running an old image 3.3 that can be upgraded to 4.0. I currently use this docker-compose (On Ubuntu)
I tried to change my docker-compose file with :
but I then end up with those errors :
I searched quite a lot on google and reddit, I read the documentation, and nothing helps. Can you explain how I am supposed to do to upgrade my container image (and obviously keep all my config and queued torrents) Cheers |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Version is just the compose version, this has nothing to do with the container. |
Beta Was this translation helpful? Give feedback.
Version is just the compose version, this has nothing to do with the container.
You need to pull the latest version.. if you are using cli only just run
docker pull haugene/transmission-openvpn:latest
Then redeploy the container