I want to bind a specific IP to my database service, but it doesn't allow me to. Every time I enter
ip:port
ip:port
in the External Port field, it keeps getting mapped to
10
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.