Closed ahmetsevki closed 6 months ago
I think the issue is I have ORACLE_SID=ORCLCDB
in the environment variables. Because there is a /u01/app/oracle/product/23.0.0.0/dbhome_1/dbs/init.ora
file.
@ahmetsevki Please try with this
version: '3.8'
services:
adb-free:
image: ghcr.io/oracle/adb-free:latest-23ai
ports:
- "1521:1522"
- "1522:1522"
- "8443:8443"
- "27017:27017"
environment:
- WORKLOAD_TYPE=ATP
- DATABASE_NAME=MYATP
- WALLET_PASSWORD=YourP@ssword321#_
- ADMIN_PASSWORD=YourP@ssword321#_
cap_add:
- SYS_ADMIN
devices:
- "/dev/fuse"
This fixed the issue.
I am using colima + docker-compose
Gives me:
Docker Compose file