mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
add ldap & ca-certificates packages and config
This commit is contained in:
parent
58d28a23f9
commit
0ccaad60a4
|
@ -19,6 +19,8 @@ tzdata \
|
|||
psmisc \
|
||||
net-tools \
|
||||
libmariadb-dev \
|
||||
ldap-utils \
|
||||
ca-certificates \
|
||||
python3 \
|
||||
python3-click \
|
||||
python3-termcolor \
|
||||
|
@ -40,7 +42,8 @@ ln -sf /opt/seafile/logs/common.log /opt/seafile/logs/seafile.log &&\
|
|||
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/seafdav.log &&\
|
||||
echo "TLS_REQCERT allow" >> /etc/ldap/ldap.conf
|
||||
|
||||
EXPOSE 8080 8082 8001
|
||||
|
||||
|
|
Loading…
Reference in a new issue