Merge pull request #129 from haiwen/6.3.9-pro-t

6.3.9 pro t
This commit is contained in:
Hulk 2018-12-19 15:58:00 +08:00 committed by GitHub
commit 6e71d470db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 3 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
version=6.3.7
version=6.3.9
set -e -x
./ci/install_deps.sh

View file

@ -48,6 +48,7 @@ server {
client_max_body_size 0;
proxy_connect_timeout 36000s;
proxy_read_timeout 36000s;
proxy_request_buffering off;
}
location /seafdav {

View file

@ -1,4 +1,4 @@
server_version=6.3.7
server_version=6.3.9
base_image=seafileltd/base:18.04
base_image_squashed=seafileltd/base:18.04-squashed

View file

@ -1,7 +1,7 @@
FROM seafileltd/pro-base:18.04
WORKDIR /opt/seafile
ENV SEAFILE_VERSION=6.3.7 SEAFILE_SERVER=seafile-pro-server
ENV SEAFILE_VERSION=6.3.9 SEAFILE_SERVER=seafile-pro-server
RUN mkdir -p /etc/my_init.d
@ -15,4 +15,6 @@ ADD scripts/create_data_links.sh /etc/my_init.d/01_create_data_links.sh
COPY scripts /scripts
COPY templates /templates
EXPOSE 80
CMD ["/sbin/my_init", "--", "/scripts/start.py"]

View file

@ -57,6 +57,7 @@ server {
client_max_body_size 0;
proxy_connect_timeout 36000s;
proxy_read_timeout 36000s;
proxy_request_buffering off;
}
location /seafdav {

View file

@ -58,6 +58,7 @@ server {
client_max_body_size 0;
proxy_connect_timeout 36000s;
proxy_read_timeout 36000s;
proxy_request_buffering off;
}
location /seafdav {