dokku-postgresql-plugin
dokku-postgresql-plugin copied to clipboard
change port ?
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
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.
Thanks :+1: