From 1f6276d8e5c2891467e4bb5349edd405188d190d Mon Sep 17 00:00:00 2001 From: pagdot Date: Fri, 27 Sep 2024 09:47:40 +0200 Subject: [PATCH 1/2] Add portainer blurb to FAQ --- docs/FAQ.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/FAQ.md b/docs/FAQ.md index 5f9151fe9..381fb54b3 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -217,3 +217,13 @@ Then on our `foo` service we tell it to use this rule, as well as telling Traefi - traefik.http.services.foo.loadbalancer.serverstransport=ignorecert - traefik.http.services.foo.loadbalancer.server.scheme=https ``` + +## Why does the LinuxServer.io-recommends to use docker-compose over portainer? {#portainer} + +Portainer has many issues which make it hard for us to support, such as: +- Advanced settings are hidden and some aren't available at all +- Incorrect order of source and target of mounts +- Inconsistent case-sensitivity +- No automatically created custom networks for inter-container communication +- Inconsistent compose implementations on different architectures +- Incorrectly applying environment variables on container upgrades From 7ccfaac63ab3aa8b45cb327c5221955699e0d300 Mon Sep 17 00:00:00 2001 From: pagdot Date: Mon, 30 Sep 2024 13:23:14 +0200 Subject: [PATCH 2/2] Implement changes suggested by Roxedus Co-authored-by: Roxedus --- docs/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index 381fb54b3..d24b875cf 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -218,7 +218,7 @@ Then on our `foo` service we tell it to use this rule, as well as telling Traefi - traefik.http.services.foo.loadbalancer.server.scheme=https ``` -## Why does the LinuxServer.io-recommends to use docker-compose over portainer? {#portainer} +## Why does LinuxServer.io recommend to use docker-compose over Portainer? {#portainer} Portainer has many issues which make it hard for us to support, such as: - Advanced settings are hidden and some aren't available at all