From 75945fb3f6b0773805229c42c75ee8eb4b711d3f Mon Sep 17 00:00:00 2001 From: Gerrit Gogel Date: Sat, 27 Jul 2024 11:09:56 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e7e006f..750643d 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,13 @@ Networks: ``` docker stack deploy -c docker-compose.yml seafile ``` +## FAQ + +1. ***Seafile can't connect to LDAP, OAuth, SMTP, or other external services using the Docker Compose deployment.*** + + All services are connected to `seafile-net`, which is defined as `internal` network by default, blocking all connectivity with endpoints outside of this network. See this [Wiki article](https://github.com/ggogel/seafile-containerized/wiki/LDAP) for a solution. + + ## Advanced Configuration and Troubleshooting For advanced configuration and troubleshooting see the [Wiki](https://github.com/ggogel/seafile-containerized/wiki). If you encounter a bug or have a feature request, please feel free to open an issue.