1
0
Fork 0
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:
Jakob Ackermann 2024-06-21 12:11:19 +01:00
parent 5ad4f10137
commit 0866bfed25
No known key found for this signature in database
GPG key ID: 30C56800FCA3828A

View file

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