I want erpnext to be run on port 8080 instead of 8000 how can I change?
If I run using bench --site site_name serve --port 8080
then redis cache is not running error is coming
Hey, edit the Procfile (It’s in the frappe-bench folder)
Change bench serve
to bench serve --port 8080
and do bench start
and that will do it.
1 Like