How to set dDATABASE_ENDPOINT when using OracleDatabase

0
I am trying to run a Mendix application in a container. When using postgreSQL as the database, I can run the following command. docker run --rm -e ADMIN_PASSWORD=XXX -p 18080:8080 -e DATABASE_ENDPOINT=postgres://USER:YYY@172.17.0.2:5432/admin --name=xsprinter xsprinter When using OracleDB for Database, how should I set DATABASE_ENDPOINT?
asked
0 answers