SKALE-4005 edit compose files

parent 197375a3
...@@ -2,7 +2,7 @@ version: '3' ...@@ -2,7 +2,7 @@ version: '3'
services: services:
sgxwallet: sgxwallet:
image: skalenetwork/sgxwallet_signed:latest image: skalenetwork/sgxwallet_signed:latest
restart: always restart: unless-stopped
ports: ports:
- "1026:1026" - "1026:1026"
- "1027:1027" - "1027:1027"
...@@ -20,7 +20,6 @@ services: ...@@ -20,7 +20,6 @@ services:
options: options:
max-size: "10m" max-size: "10m"
max-file: "4" max-file: "4"
restart: unless-stopped
command: -s -y -d command: -s -y -d
healthcheck: healthcheck:
test: ["CMD", "ls", "/dev/isgx", "/dev/mei0"] test: ["CMD", "ls", "/dev/isgx", "/dev/mei0"]
......
...@@ -2,7 +2,7 @@ version: '3' ...@@ -2,7 +2,7 @@ version: '3'
services: services:
sgxwallet: sgxwallet:
image: skalenetwork/sgxwallet_sim:develop-latest image: skalenetwork/sgxwallet_sim:develop-latest
restart: always restart: unless-stopped
ports: ports:
- "1026:1026" - "1026:1026"
- "1027:1027" - "1027:1027"
...@@ -17,5 +17,4 @@ services: ...@@ -17,5 +17,4 @@ services:
options: options:
max-size: "10m" max-size: "10m"
max-file: "4" max-file: "4"
restart: unless-stopped
command: -s -y command: -s -y
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