This repository was archived by the owner on Feb 24, 2024. It is now read-only.

Description
I face the problem that image updates with docker gui are extensive, because standard parameters from previous image get not updated. For me it is hard to manually check for changes.
It would be much easier, if standard parameters would be wiped on start. For example, the docker compose for nextcloud only knows those parameters that were added by user:

But their parameters once started are looking like this (in red those I have added manually):

With two rules, this should be fairly easy to solve:
- Every parameter that was not added by user, is a standard parameter
- If the user wants to override a standard parameter, he always has to create a custom one. Custom always wins!