mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 23:05:42 +01:00
fix command for Docker version check (#5196)
This commit is contained in:
parent
35a4d3fb54
commit
670a3f6c7f
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ steps described in [Docker setup](#docker_hub) automatically.
|
|||
|
||||
If you want to use the included `docker-compose.*.yml` file, you
|
||||
need to have at least Docker version **17.09.0** and Docker Compose
|
||||
version **v2**. To check do: `docker compose -v` or `docker -v`
|
||||
version **v2**. To check do: `docker compose version` or `docker -v`
|
||||
|
||||
See the [Docker installation guide](https://docs.docker.com/engine/install/) on how to install the current
|
||||
version of Docker for your operating system or Linux distribution of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue