Unverified Commit aec53751 authored by kladko's avatar kladko

Added autorestart for the docker container

parent a4bf0388
...@@ -8,4 +8,5 @@ services: ...@@ -8,4 +8,5 @@ services:
- "1028:1028" - "1028:1028"
volumes: volumes:
- ./sgx_data:/sgx_data - ./sgx_data:/sgx_data
restart: unless-stopped
...@@ -11,4 +11,6 @@ services: ...@@ -11,4 +11,6 @@ services:
- "/dev/mei0" - "/dev/mei0"
volumes: volumes:
- ./sgx_data:/sgx_data - ./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