You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: