Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
大可 committed Nov 7, 2024
1 parent fd82594 commit bce732a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4

- name: docker compose
run: docker compose -f test/docker compose.yaml up -d
run: docker compose -f test/docker-compose.yaml up -d

- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

- name: docker compose
run: docker compose -f test/docker compose.yaml up -d
run: docker compose -f test/docker-compose.yaml up -d

- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ go install github.com/douyu/jupiter/cmd/jupiter@latest
jupiter new example-go
cd example-go
go mod tidy
docker compose -f test/docker compose.yml up -d
docker compose -f test/docker-compose.yml up -d
jupiter run -c cmd/exampleserver/.jupiter.toml
```

Expand Down
2 changes: 1 addition & 1 deletion website/docs/juno/1.4install_docker_compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

此方式将juno以及所依赖组件分容器进行启动

> 参考: [jupiter-layout/deployment](https://github.com/douyu/jupiter-layout/blob/main/deployment/docker compose.yml)
> 参考: [jupiter-layout/deployment](https://github.com/douyu/jupiter-layout/blob/main/deployment/docker-compose.yml)
Note

Expand Down
2 changes: 1 addition & 1 deletion website/docs/jupiter/1.1quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cd jupiter-layout-demo
### 启动依赖中间件

```bash
docker compose -f deployment/docker compose.yml up -d
docker compose -f deployment/docker-compose.yml up -d
```

### 启动项目
Expand Down

0 comments on commit bce732a

Please sign in to comment.