Skip to content

Commit

Permalink
Add mount
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeuw committed Oct 1, 2024
1 parent b0e7001 commit 3a5435c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Start iperf3 server
run: docker run -d --network host ajoergensen/iperf3:latest --server
- name: Start Cloak server
run: docker run -d --network host cbeuw/cloak:latest build/ck-server -c config/ckserver.json --verbosity debug
run: docker run -d --network host -v config:/Cloak/config cbeuw/cloak:latest build/ck-server -c config/ckserver.json --verbosity debug
- run: |
make client
build/ck-client -c config/ckclient.json -s 127.0.0.1 -p 8443 --verbosity debug &
Expand Down

0 comments on commit 3a5435c

Please sign in to comment.