mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
link notification-server.log and seafile-monitor.log to common.log
This commit is contained in:
parent
d9925fda7d
commit
ed00485e06
|
@ -47,6 +47,8 @@ ln -sf /opt/seafile/logs/common.log /opt/seafile/logs/controller.log &&\
|
|||
ln -sf /opt/seafile/logs/common.log /opt/seafile/logs/ccnet.log &&\
|
||||
ln -sf /opt/seafile/logs/common.log /opt/seafile/logs/gc.log &&\
|
||||
ln -sf /opt/seafile/logs/common.log /opt/seafile/logs/seafdav.log &&\
|
||||
ln -sf /opt/seafile/logs/common.log /opt/seafile/logs/notification-server.log &&\
|
||||
ln -sf /opt/seafile/logs/common.log /opt/seafile/logs/seafile-monitor.log &&\
|
||||
echo "TLS_REQCERT allow" >> /etc/ldap/ldap.conf
|
||||
|
||||
EXPOSE 8001 8080 8082 8083
|
||||
|
|
Loading…
Reference in a new issue