Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #170

Merged
merged 2 commits into from
Oct 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cp test/env/common.env.template test/env/common.env


```sh
docker compose -f verifier up
docker compose -f compose.test.yaml --profile verifier up
```

#### 4. Configure the TA Environment Files
Expand All @@ -47,7 +47,7 @@ cp test/env/ta.env.template test/env/ta.env
#### 5. Run the Example TA

```sh
docker compose -f ta up
docker compose -f compose.test.yaml --profile ta up
```


Expand Down
2 changes: 0 additions & 2 deletions compose.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,5 @@ services:
restart: unless-stopped
image: cloudflare/cloudflared
command: tunnel --url http://verifier:8080
env_file:
- test/env/tunnel.env
profiles:
- verifier
Loading