mirror of
https://github.com/linuxserver/docker-documentation.git
synced 2026-02-19 18:14:15 +08:00
Merge pull request #249 from pagdot/patch-3
This commit is contained in:
commit
a37b1c0c2e
10
docs/FAQ.md
10
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 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
|
||||
- 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user