Hi Every Body,
i am running erp next 13.12.1 and Frappe 13.12.1 on docker behind reverse proxy and it is working perfectly. built it by commenting traefik as descibed :
i am trying to update using instructions here:
Update environment variables ERPNEXT_VERSION and FRAPPE_VERSION
nano .env
Pull new images
docker-compose pull
Restart containers
docker-compose --project-name up -d
but once the images are pulled and containers are built, i cannot access the main page, only getting " 502 bad gateway".
although i didn’t change any thing in the configurations except the version in the .env .
Any Ideas, Help is highly appreciated.