Hello. I'm getting started with this. I can't run the project on port 5432 because I have a database running on that port. I'm not super experienced with Docker, could someone advise why my command is not working?
Screenshot_2025-03-08_15-59-02.png
Screenshot_2025-03-08_15-58-23.png
@Nathaniel Ince are you following https://guides.dataverse.org/en/6.5/container/running/demo.html#quickstart ?
I'm not sure but maybe in the compose.yml file you can change - "5432:5432" to another port? I'm looking at https://stackoverflow.com/questions/37775702/changing-a-postgres-containers-server-port-in-docker-compose/37775826#37775826
Last updated: Oct 30 2025 at 06:21 UTC