G
G
Glory2022-04-07 18:36:28
Docker
Glory, 2022-04-07 18:36:28

How to deploy Laradock if the client has an old one?

I found myself in a situation where the client has laradock installed on the hosting and the applications running under it have old versions. If I just download the project from git, then it is not installed because the versions of the libraries are too old.

If I download the Laradock folder from their computer and try to
docker-compose up -d nginx mariadb redis redis-production php-worker laravel-echo-server laravel-echo-server-production prerender mysql-backuper qt

then I don't have part of the incoming packages in laradock they are pumped out, and for others, errors come out that make it clear that the version of the library is outdated and that's it - it turns out I can't deploy the project with the same configs as they have.

How can I develop then?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question