I'm able to init a new database with a docker volume, but after a docker-compose down && docker-compose up -d, it no longer restarts.
Error logs with docker-compose logs -f
Attaching to oracle_web_1
web_1 | found files in /u01/app/oracle/oradata Using them instead of initial database
web_1 | rm: cannot remove '/u01/app/oracle-product/12.1.0/xe/dbs': Directory not empty
web_1 | found files in /u01/app/oracle/oradata Using them instead of initial database
web_1 | rm: cannot remove '/u01/app/oracle-product/12.1.0/xe/dbs': Directory not empty
...
Hello,
Thanks for your great work!
I'm able to init a new database with a docker volume, but after a
docker-compose down && docker-compose up -d
, it no longer restarts.Error logs with docker-compose logs -f
My docker-compose.yml