mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 07:18:06 +02:00
bin/doctor: Add deprecation warning for usage of docker-compose v1
This commit is contained in:
parent
5ad4f10137
commit
0866bfed25
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ function check_dependencies() {
|
|||
print_point 2 "status: present"
|
||||
print_point 2 "version info: $(docker compose version)"
|
||||
elif command -v docker-compose > /dev/null; then
|
||||
add_warning "docker-compose v1 has reached its End Of Life in July 2023 (https://docs.docker.com/compose/migrate/). Support for docker-compose v1 in the Overleaf Toolkit will be dropped with the release of Server Pro 5.2. We recommend upgrading to Docker Compose v2 before then."
|
||||
check_for_binary docker-compose
|
||||
else
|
||||
add_warning "Docker Compose not found"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue