django-cms / django-cms-quickstart

A Dockerised django CMS project, ready to deploy on Divio or another Docker-based cloud platform, and run locally in Docker on your own machine. A Divio account is not required.
https://docs.django-cms.org/en/latest/introduction/01-install.html
MIT License
99 stars 335 forks source link

updated the postgresql port to 5433 from 5432 #62

Open saqibmehmood opened 7 months ago

saqibmehmood commented 7 months ago

Many people already have PostgreSQL running on port 5432. By making this adjustment, most individuals will be able to avoid encountering issues while running the project.

saqibmehmood commented 7 months ago

updated the readme file for port 5433