How to bind specific ip on database service?
I want to bind a specific IP to my database service, but it doesn't allow me to.
Every time I enter
ip:port in the External Port field, it keeps getting mapped to 10, unlike in Docker Compose, where you can define the mapping (shown in image).
Is there an alternative way to bind the port? I can't switch to Docker Compose because I'm using the database backup feature.

1 Reply
I am not sure if you can set a different IP since that IP is the one for your server that dokploy is running on. I believe that port option is just for if you want to have a different port for the external connections to database (not ip address).