Skip to content

Commit

Permalink
Merge pull request #191 from skalenetwork/SKALE-3352-Default-docker-c…
Browse files Browse the repository at this point in the history
…ompose-should-use-Intel-signed-enclave

SKALE-3352 Use Intel signed version by default
  • Loading branch information
kladkogex authored Oct 6, 2020
2 parents b7692ea + 10e29af commit 9a44309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_sgx/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
sgxwallet:
image: skalenetwork/sgxwallet:latest
image: skalenetwork/sgxwallet_signed:latest
restart: always
ports:
- "1026:1026"
Expand Down

0 comments on commit 9a44309

Please sign in to comment.