dokku-postgresql-plugin icon indicating copy to clipboard operation
dokku-postgresql-plugin copied to clipboard

change port ?

Open bastianh opened this issue 11 years ago • 2 comments

Hi, I'm relatively new to docker/dokku and would like to run it on my relatively potent server and move one after another all the small webapps I run on my server.

The problem is there is already a postgres server running on the server, and I got an port already in use error when using this plugin.

Is there a way to change the port of the postgres server ? What would I need to change?

Bastian

bastianh avatar Mar 08 '14 13:03 bastianh

Thanks for the feedback. It is fairly simple to change this. I have a solution in my mongodb plugin that will let docker pick the port and then dokku will just use that. It however relies on a feature of dokku that hasn't been released (using docker-args to set arguments to pass to containers).

I'll ping the dokku folks and see what their timeline is like.

jeffutter avatar Mar 13 '14 02:03 jeffutter

Thanks :+1:

bastianh avatar Mar 19 '14 14:03 bastianh