mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
fix: docker official link
This commit is contained in:
parent
7a9cbd01a6
commit
5e9e1b50bf
|
|
@ -67,7 +67,7 @@ docker compose up -d
|
|||
```
|
||||
|
||||
!!! warning "ERROR: Named volume "xxx" is used in service "xxx" but no declaration was found in the volumes section"
|
||||
You may encounter this problem when your Docker (or docker-compose) version is out of date. You can upgrade or reinstall the Docker service to solve this problem according to the `Docker official documentation`
|
||||
You may encounter this problem when your Docker (or docker-compose) version is out of date. You can upgrade or reinstall the Docker service to solve this problem according to the [Docker official documentation](https://docs.docker.com/engine/install/).
|
||||
|
||||
!!! note
|
||||
You must run the above command in the directory with the `.env`. If `.env` file is elsewhere, please run
|
||||
|
|
|
|||
|
|
@ -115,7 +115,7 @@ docker compose up -d
|
|||
```
|
||||
|
||||
!!! warning "ERROR: Named volume "xxx" is used in service "xxx" but no declaration was found in the volumes section"
|
||||
You may encounter this problem when your Docker (or docker-compose) version is out of date. You can upgrade or reinstall the Docker service to solve this problem according to the `Docker official documentation`
|
||||
You may encounter this problem when your Docker (or docker-compose) version is out of date. You can upgrade or reinstall the Docker service to solve this problem according to the [Docker official documentation](https://docs.docker.com/engine/install/).
|
||||
|
||||
|
||||
!!! note
|
||||
|
|
|
|||
Loading…
Reference in New Issue