fix: docker official link

This commit is contained in:
Junxiang Huang 2025-03-27 11:26:42 +08:00
parent 7a9cbd01a6
commit 5e9e1b50bf
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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