Si Tran

Results 1 comments of Si Tran

Hello, For this issue, you need to set up the volumes for the container ``` volumes: - ./oracle_data:/u01/app/oracle ``` Here is my docker-compose.yml: ```services: oracledb: image: oracle/database:19.3.0-ee environment: - "ORACLE_PWD:password"...