mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2025-09-02 10:49:22 +00:00
link seafdav log to stdout
This commit is contained in:
parent
6c6f5ccbe1
commit
c807ce8ad0
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@ RUN mkdir -p /opt/seafile/logs &&\
|
||||||
ln -sf /dev/stdout /opt/seafile/logs/seafile.log &&\
|
ln -sf /dev/stdout /opt/seafile/logs/seafile.log &&\
|
||||||
ln -sf /dev/stdout /opt/seafile/logs/controller.log &&\
|
ln -sf /dev/stdout /opt/seafile/logs/controller.log &&\
|
||||||
ln -sf /dev/stdout /opt/seafile/logs/ccnet.log &&\
|
ln -sf /dev/stdout /opt/seafile/logs/ccnet.log &&\
|
||||||
ln -sf /dev/stdout /opt/seafile/logs/gc.log
|
ln -sf /dev/stdout /opt/seafile/logs/gc.log &&\
|
||||||
|
ln -sf /dev/stdout /opt/seafile/logs/seafdav.log
|
||||||
|
|
||||||
EXPOSE 8080 8082 8001
|
EXPOSE 8080 8082 8001
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue