Skip to content

Commit

Permalink
Merge pull request #81 from terwer/v4.x
Browse files Browse the repository at this point in the history
Oracle setup
  • Loading branch information
terwer authored Mar 31, 2019
2 parents e670002 + 8467e7e commit a434de7
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 a434de7

Please sign in to comment.