Unverified Commit 98bc15d5 authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

Merge pull request #32 from skalenetwork/SKALE-2038-sgx-auto-restart

Added autorestart for the docker container
parents a4bf0388 aec53751
......@@ -8,4 +8,5 @@ services:
- "1028:1028"
volumes:
- ./sgx_data:/sgx_data
restart: unless-stopped
......@@ -11,4 +11,6 @@ services:
- "/dev/mei0"
volumes:
- ./sgx_data:/sgx_data
restart: unless-stopped
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment