Help me check whether the steps to upgrade erpnext in docker are correct?

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

  2. cd frappe_docker

3.docker pull frappe/erpnext:v15.38.2

4.docker compose -f pwd.yml up -d

5.bench migrate

Am I updating erpnext inside docker correctly?

Here’s my home link:

That should work.

Use -p myerp with docker compose, it’ll prefix all your container names with “myerp” instead of directory name “frappe_docker”