mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
Update README.md
This commit is contained in:
parent
2116834b74
commit
75945fb3f6
|
@ -168,6 +168,13 @@ Networks:
|
||||||
```
|
```
|
||||||
docker stack deploy -c docker-compose.yml seafile
|
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
|
## 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.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue