From f571b802d3fe9e54d2ebb18fc9c1e2ac693fe588 Mon Sep 17 00:00:00 2001 From: TheSpad Date: Mon, 22 May 2023 14:20:30 +0100 Subject: [PATCH] Tweak wording --- content/issues/2023-05-22-portainer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/issues/2023-05-22-portainer.md b/content/issues/2023-05-22-portainer.md index bcf285f9..e4fe9275 100644 --- a/content/issues/2023-05-22-portainer.md +++ b/content/issues/2023-05-22-portainer.md @@ -11,6 +11,6 @@ section: 'issue' --- There is a known issue with Portainer and the Synology Docker UI when updating (or otherwise recreating) containers, which causes them to overwrite settings in the new image with values from the old container. Creating a new container from scratch does not exhibit this behaviour. -This non-standard behaviour causes containers to fail to start correctly in some cases, and may result in unexpected or unwanted configuration in others. For example, in our [SABnzbd image](https://github.com/linuxserver/docker-sabnzbd/issues/188) the `PATH` environment variable is overwritten, leaving the application unable to locate the necessary Python modules to enable it to start. This is likely to become more common in future, and there is not a practical or scalable solution that we can apply from our end to avoid this issue. +This non-standard behaviour causes containers to fail to start correctly in some cases, and may result in unexpected or unwanted configuration in others. For example, in our [SABnzbd image](https://github.com/linuxserver/docker-sabnzbd/issues/188) the `PATH` environment variable is overwritten, leaving the application unable to locate the necessary Python modules to enable it to start. This is likely to become more common in the future, and there is not a practical or scalable solution that we can apply from our end to avoid this issue. **Our position remains that we provide support only for containers created and updated using Docker Compose or the Docker CLI, or using our Unraid templates, and not any 3rd party tools.**