-
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:
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”