Skip to content

Commit

Permalink
fix:update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Jun 19, 2022
1 parent fbb6f03 commit e10aa3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,19 @@ yum install docker
curl -L https://get.daocloud.io/docker/compose/releases/download/1.25.0/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose
```

See https://docs.docker.com/compose/reference/up/

## run jvue
```bash
docker compose -f docker-compose-mysql.yml up --build
docker compose up --build
```

or

```bash
docker compose up -f docker-compose-mysql.yml -d --build
docker compose up -d --build
```

See https://docs.docker.com/compose/reference/up/

# Check

```bash
Expand Down
10 changes: 0 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,6 @@ services:
volumes:
- ./jvue-mysql/init:/docker-entrypoint-initdb.d/
restart: always
# jvue-oracle:
# image: jvue/oracle:oracle-xe-11g
# container_name: jvue-oracle
# build:
# context: ./
# dockerfile: ./jvue-oracle/Dockerfile
# ports:
# - "1521:1521"
# - "5500:5500"
# restart: always
jvue-server:
image: jvue/server:4.0.0
container_name: jvue-server
Expand Down

0 comments on commit e10aa3b

Please sign in to comment.