mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
expose seafile-server port 8083 for notification server
This commit is contained in:
parent
21c1d648d6
commit
57b983d3e6
|
@ -49,6 +49,6 @@ ln -sf /opt/seafile/logs/common.log /opt/seafile/logs/gc.log &&\
|
|||
ln -sf /opt/seafile/logs/common.log /opt/seafile/logs/seafdav.log &&\
|
||||
echo "TLS_REQCERT allow" >> /etc/ldap/ldap.conf
|
||||
|
||||
EXPOSE 8080 8082 8001
|
||||
EXPOSE 8001 8080 8082 8083
|
||||
|
||||
CMD ["/scripts/start.sh"]
|
||||
|
|
Loading…
Reference in a new issue