Stream: troubleshooting

Topic: Need docker command to change port


view this post on Zulip Nathaniel Ince (Mar 08 2025 at 21:03):

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

view this post on Zulip Philip Durbin 🚀 (Mar 09 2025 at 16:35):

@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