Skip to content

Commit

Permalink
port 10001
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Engelhardt <[email protected]>
  • Loading branch information
antonengelhardt committed Mar 30, 2024
1 parent 4672129 commit 12df230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
container:
image: ghcr.io/antonengelhardt/rust-docker-tools
ports:
- 10000:10000
- 10000
needs: [build]

steps:
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
hostname: envoy
container_name: envoy
ports:
- "10000:10000"
- "10001:10000"
volumes:
- ./envoy.yaml:/etc/envoy/envoy.yaml
- ../target/wasm32-wasi/release:/etc/envoy/proxy-wasm-plugins
Expand Down

0 comments on commit 12df230

Please sign in to comment.