Skip to content

Commit

Permalink
Oracle setup
Browse files Browse the repository at this point in the history
  • Loading branch information
youweics committed Mar 31, 2019
1 parent 7d87049 commit 8467e7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ services:
- ./jvue-mysql/init:/docker-entrypoint-initdb.d/
restart: always
jvue-oracle:
privileged: true
image: jvue/oracle:12.2.0.1
container_name: jvue-oracle
build:
Expand All @@ -67,6 +68,7 @@ services:
- "username=scott"
- "password=123456"
volumes:
- ./data/oracle/setup:/home/oracle/setup
- ./data/oracle/oradata:/u01/app/oracle/oradata
restart: always
jvue-server:
Expand Down

0 comments on commit 8467e7e

Please sign in to comment.