Skip to content

Instantly share code, notes, and snippets.

@thomasdarimont
Created April 19, 2023 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomasdarimont/0cc119f2a9add89cde2175cbdd587f2a to your computer and use it in GitHub Desktop.
Save thomasdarimont/0cc119f2a9add89cde2175cbdd587f2a to your computer and use it in GitHub Desktop.
Oracle Docker-Compose
services:
oracle-db:
image: container-registry.oracle.com/database/free
environment:
ORACLE_PWD: training
ports:
- "1521:1521"
volumes:
- ./data:/opt/oracle/oradata:z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment