-
-
Notifications
You must be signed in to change notification settings - Fork 34
Known Limitations
Kim Oliver Drechsel edited this page May 16, 2025
·
9 revisions
This page is about the known limitations of the current implementation of the project. It is important to know these limitations before using the project in a production environment.
Docker currently does not support updating labels, which means that renaming a deployed project is not possible. If you need to rename a project, you will need to create a new project with the new name and migrate the data manually.
When using bind mounts, if you change the reference of a deployment, the bind mount directories will be lost/deleted. This is because the reference switch during the sync process will throw away any local changes that are not part of the Git repository.