Error when installing a specific version Docker image

Hello

I’ve installed the Docker image successfully without changing the versions in the .env file, ref Installing the Docker image on a local machine without Letsencrypt so we can access it with http://localhost

However, when I try to install a specific version, I create a new directory, erp13, and clone into it

git clone GitHub - frappe/frappe_docker: Docker images for production and development setups of the Frappe framework and ERPNext

I then edit the .env by changing

FRAPPE_VERSION=v13.13.0
ERPNEXT_VERSION=v13.13.0
FRAPPE_SITE_NAME_HEADER=erp13.localhost

I then invoke

docker-compose --project-name ${sProj} -f compose.yaml -f overrides/compose.erpnext.yaml -f overrides/compose.mariadb.yaml -f overrides/compose.redis.yaml -f overrides/compose.noproxy.yaml config > ${sProj}-docker-compose.yml

Followed by

docker-compose --project-name ${sProj} -f ${sProj}-docker-compose.yml up -d

Which results in this error

The log shows

Screenshot%20from%202022-03-31%2009-29-17

Any idea of why this happens? And how should I go about installing a specific version using the Docker method?

Furthermore, is it possible to have multiple versions installed as Docker containers?

1 Like

anything before v13.22.1 were different.

use this branch GitHub - frappe/frappe_docker at compat