expose seafile-server port 8083 for notification server

This commit is contained in:
Gerrit Gogel 2023-06-17 10:36:59 +02:00
parent 21c1d648d6
commit 57b983d3e6

View file

@ -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"]