Skip to content

Commit

Permalink
down
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed May 10, 2023
1 parent c4cb55f commit ee65b4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- ./docker/genesis-testnet.json:/genesis.json:z
- ./docker/oasis-explorer/config-testnet.json:/.secrets/config.json:z
envoy:
image: docker.io/envoyproxy/envoy:v1.26.1
image: docker.io/envoyproxy/envoy:v1.22.11
ports:
- '127.0.0.1:42280:42280'
- '127.0.0.1:42281:42281'
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
- ./docker/genesis-local.json:/genesis.json:z
- ./docker/oasis-explorer/config-local.json:/.secrets/config.json:z
envoy:
image: docker.io/envoyproxy/envoy:v1.26.1
image: docker.io/envoyproxy/envoy:v1.22.11
ports:
- '42280:42280'
- '42281:42281'
Expand Down

0 comments on commit ee65b4a

Please sign in to comment.