Skip to content

Commit

Permalink
docs: fix docker compose (#1006)
Browse files Browse the repository at this point in the history
doc: fix docker compose
  • Loading branch information
sysulq authored Oct 10, 2023
1 parent 3ece172 commit 1dd85da
Showing 1 changed file with 1 addition and 1 deletion.
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 tests/e2e/docker-compose.yml up -d
docker-compose -f test/docker-compose.yml up -d
jupiter run -c cmd/exampleserver/.jupiter.toml
```

Expand Down

0 comments on commit 1dd85da

Please sign in to comment.