Skip to content

Commit

Permalink
Merge pull request #242 from haiwen/update-docker-compose.yml-url
Browse files Browse the repository at this point in the history
update docker-compose.yml url
  • Loading branch information
freeplant authored Jan 30, 2024
2 parents ed34e27 + 0514562 commit e6c602c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manual/docker/6.3_upgrade_to_7.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ sudo mv db /opt/seafile-mysql/

## Modify the docker-compose.yml

Community Edition:[Download](https://download.seafile.com/d/320e8adf90fa43ad8fee/files/?p=/docker/docker-compose.yml) `docker-compose.yml` sample file to the host.
Community Edition:[Download](https://manual.seafile.com/docker/pro-edition/10.0/docker-compose.yml) `docker-compose.yml` sample file to the host.

According to the actual situation, modify the `docker-compose.yml`, mainly the following:

Expand Down
2 changes: 1 addition & 1 deletion manual/docker/non_docker_to_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Modify the memcached configuration in `seahub_settings.py` to use the Docker ver

#### Download and modify docker-compose.yml

Download [docker-compose.yml](https://download.seafile.com/d/320e8adf90fa43ad8fee/files/?p=/docker/docker-compose.yml) to `/opt/seafile-data`. Comment out the db part as below:
Download [docker-compose.yml](https://manual.seafile.com/docker/pro-edition/10.0/docker-compose.yml) to `/opt/seafile-data`. Comment out the db part as below:

```
services:
Expand Down

0 comments on commit e6c602c

Please sign in to comment.