but when i try the official docker i get this error
ERROR: for traefik Cannot start service traefik: driver failed programming external connectivity on endpoint demo_traefik_1 (db603586de815b9a301689c3cc795ae539a9a5d58a18f52d66d6eddd238ee4b8): Error starting userland proxy: listen tcp 0.0.0.0:443: bind: address already in use
For this case where erpnext-nginx container is used directly without https, remove ports section from traefik container or remove the traefik service itself.
right now I’m using a VPS that has Cpanel so ports 80 and 443 will be used by it…
is there any workaround? so that when I type http://erpnxt.domain.com/ I directly get the erpnxt
instead of http://erpnxt.domain.com:1430
Hi revant I just did a fresh install on my VPS and disabled apache just to check the ERPnxt
everything is working but chat is not working! how can I debug it?
Needed your help on one thing! I’ve currently ERPNext production with public IP and DNS records set. Its running perfect on local network but to make it accessible over internet, I need to change the port from 80 & 443 to 8080 & 4443 since on the external 443, our exchange server is running and that port can’t be freed up.
Please help how can I change the port from 443 to 4443!