Skip to content

Instantly share code, notes, and snippets.

@usucode
Forked from megos/docker-compose.yml
Created July 30, 2019 04:29
Show Gist options
  • Save usucode/226287dc38566d9d289cc7d5a2456e3b to your computer and use it in GitHub Desktop.
Save usucode/226287dc38566d9d289cc7d5a2456e3b to your computer and use it in GitHub Desktop.
Oracle DB 11g docker compose
db:
image: oracle/database:11.2.0.2-xe
ports:
- 1521:1521
- 8085:8080
shm_size: 1g
volumes:
- ./data:/u01/app/oracle/oradata
environment:
- ORACLE_PWD=<password>
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment