[Alpha][Bug] Problems with container update functionality [CasaOS 0.4.4] #1158
AmadeusGraves
started this conversation in
General
Replies: 1 comment
-
This is another example of IceWhaleTech/CasaOS-AppStore#167 Image tag should be specific instead of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What happened?
There is a problem, now that several applications are supported in the docker compose, the problem is that there may be the case that you only want to update one of the services but it is not possible because you only have the option to update all.
For example:
You have this docker-compose.
And you only want to update the ttrss app not the database, because if you update the database it may break your app and lost your data. (This happened to me with Nextcloud when I upgraded the postgres database from 14.5 to 15.0 by mistake.)
I think that the only solution is to be able to select the container that you want to update. If the docker compose has 5 services/containers, there should be the possibility that you can select for example 3 containers out of the 5, update them and leave the 2 that are not selected without updating.
Screenshots
No response
Beta Was this translation helpful? Give feedback.
All reactions