diff --git a/README.md b/README.md index 6fd8332..1b036af 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 ``` diff --git a/compose.test.yaml b/compose.test.yaml index 5f49e37..0d5dd62 100644 --- a/compose.test.yaml +++ b/compose.test.yaml @@ -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