MaksymBilenko / docker-oracle-12c

:whale: Docker image with Oracle Database 12c on board
Apache License 2.0
679 stars 285 forks source link

Please help me with Docker-compose file configuration #156

Closed vbb12 closed 3 years ago

vbb12 commented 3 years ago

I am able to run this image on docker in separate container but image is not coming up with docker-compose file my configuration is : oraclexe: image: dibseasy_oracle_xe container_name: easy-oraclexe build: context: ./compose/oracle-xe args:

Please help me if I am missing something