Skip to content

Commit

Permalink
fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SkywalkerSpace committed Jun 17, 2022
1 parent b0945c9 commit 8d9bd4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions manual/docker/deploy_seafile_with_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,15 @@ If you got the following error when SEAFILE_SERVER_LETSENCRYPT=true is set:
subprocess.CalledProcessError: Command '/scripts/ssl.sh /shared/ssl cloud.seafile-demo.de' returned non-zero exit status 128.
```

In /scripts/ssl.sh: `git clone git://` has to be replaced with `git clone https://`.
In /scripts/ssl.sh (script in seafile container), `git clone git://` has to be replaced with `git clone https://`.

Then restart the container:

```shell
docker-compose restart
```

After versions 9.0.5, we use acme (not acme-tiny) to get certificate and fix this error.
Since version 9.0.6, we use acme (not acme-tiny) to get certificate and fix this error.

### Modify Seafile server configurations

Expand Down
6 changes: 3 additions & 3 deletions manual/docker/pro-edition/deploy_seafile_pro_with_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,15 +158,15 @@ If you got the following error when SEAFILE_SERVER_LETSENCRYPT=true is set:
subprocess.CalledProcessError: Command '/scripts/ssl.sh /shared/ssl cloud.seafile-demo.de' returned non-zero exit status 128.
```

In /scripts/ssl.sh: `git clone git://` has to be replaced with `git clone https://`.
In /scripts/ssl.sh (script in seafile container), `git clone git://` has to be replaced with `git clone https://`.

Then restart the container:

```shell
docker-compose restart
```

After versions 9.0.5, we use acme (not acme-tiny) to get certificate and fix this error.
Since version 9.0.6, we use acme (not acme-tiny) to get certificate and fix this error.

### Modify Seafile server configurations

Expand Down Expand Up @@ -326,7 +326,7 @@ You need to manually add the OnlyOffice config to docker-compose.yml

## Clamav with Docker

After versions 9.0.5, you can deploy Clamav with Docker.
Since version 9.0.6, you can deploy Clamav with Docker.

You need to manually add the Clamav config to docker-compose.yml

Expand Down

0 comments on commit 8d9bd4f

Please sign in to comment.