Skip to content

Commit

Permalink
try to reduce http connections to fix error resolving host
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazzaretti committed Sep 30, 2023
1 parent a8c7179 commit 01df704
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ services:
volumes:
- .:/cerk/
working_dir: /cerk
environment:
- CARGO_HTTP_MULTIPLEXING=false
command: >
/bin/bash -c "
cargo install cargo-deny
Expand Down

0 comments on commit 01df704

Please sign in to comment.