diff --git a/manual/repo/docker/thumbnail-server.yml b/manual/repo/docker/thumbnail-server.yml index f436e478..30875904 100644 --- a/manual/repo/docker/thumbnail-server.yml +++ b/manual/repo/docker/thumbnail-server.yml @@ -33,8 +33,9 @@ services: - S3_SSE_C_KEY=${S3_SSE_C_KEY:-} labels: caddy: ${SEAFILE_SERVER_PROTOCOL:-http}://${SEAFILE_SERVER_HOSTNAME:?Variable is not set or empty} - caddy.1_handle: "/thumbnail/*" - caddy.1_handle.0_reverse_proxy: "{{upstreams 80}}" + caddy.1_handle_path: "/thumbnail*" + caddy.1_handle_path.0_rewrite: "* {uri}" + caddy.1_handle_path.1_reverse_proxy: "{{upstreams 80}}" depends_on: db: condition: service_healthy diff --git a/manual/upgrade/upgrade_docker.md b/manual/upgrade/upgrade_docker.md index db32013c..080da075 100644 --- a/manual/upgrade/upgrade_docker.md +++ b/manual/upgrade/upgrade_docker.md @@ -40,7 +40,18 @@ Then download the new `seafile-server.yml` according to the following commands: wget https://manual.seafile.com/13.0/repo/docker/pro/seafile-server.yml ``` -#### Step 2.2) Download `.yml` file for search engine (Pro edition) +#### Step 2.2) Download `.yml` file for notification server + +=== "Deployment with Seafile" + ```sh + wget https://manual.seafile.com/13.0/repo/docker/notification-server.yml + ``` +=== "Standalone deployment" + ```sh + wget https://manual.seafile.com/13.0/repo/docker/notification-server/notification-server.yml + ``` + +#### Step 2.3) Download `.yml` file for search engine (Pro edition) === "ElasticSearch"