
ERPNext Development Docker Episode 3
- Atul
- Technology , Web , Free software , The big o community , Erpnext , Frappe
- March 16, 2025
Table of Contents
ERPNext Development Docker Episode 3
Introduction
Installation:
Self Hosting and Docker
git clone https://github.com/frappe/frappe_docker
cd frappe_docker
docker compose -f pwd.yml up -d
After a couple of minutes, site should be accessible on your localhost port: 8080. Use below default login credentials to access the site.
- Username: Administrator
- Password: admin
Check status:
docker compose -f pwd.yml logs -f create-site