Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lake-of-dreams authored Sep 8, 2017
1 parent b7d9018 commit 7713993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- database
database:
#image: quay.io/markxnelson/database:oow
image: container-registry.oracle.com/database/enterprise:12.1.0.2
image: quay.io/ravi_r_singhal/database:12.1.0.2
entrypoint: /home/oracle/setup/dockerInit.sh
shm_size: 8g
environment:
Expand All @@ -18,4 +18,4 @@ services:
DB_PASSWD: Welcome1
DB_DOMAIN: my.domain.com
DB_BUNDLE: basic
DB_MEMORY: 8g
DB_MEMORY: 8g

0 comments on commit 7713993

Please sign in to comment.