I have a jar file that contains the application.properties file. can we configure the IP address and port number & username & password while running the docker image
Properties file location
App/bin/config/application.properties
Following are the application.properties
driverClassName = org.postgresql.Driver
url = jdbc:postgresql://localhost:5432/sakila
username = root
password = root