Skip to content

Instantly share code, notes, and snippets.

@bnason
Created April 21, 2017 14:14
Show Gist options
  • Save bnason/11842d451584540fdfb01eb6770f706d to your computer and use it in GitHub Desktop.
Save bnason/11842d451584540fdfb01eb6770f706d to your computer and use it in GitHub Desktop.
Oracle Database Docker Compose
version: '3'
services:
db:
image: store/oracle/database-enterprise:12.1.0.2
ports:
- "1521:1521"
- "5500:5500"
env_file: ./oracle.env
shm_size: 4G
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment