You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -305,13 +304,13 @@ description: Setup Process for a SKALE Validator Supernode on Base Mainnet
305
304
vi docker-compose.yml
306
305
```
307
306
308
-
make sure `image` is skalenetwork/sgxwallet:<1.10.2> in docker-compose and it will look like:
307
+
make sure `image` is skalenetwork/sgxwallet:<1.10.3> in docker-compose and it will look like:
309
308
310
309
```shell
311
310
version: '3'
312
311
services:
313
312
sgxwallet:
314
-
image: skalenetwork/sgxwallet:1.10.2
313
+
image: skalenetwork/sgxwallet:1.10.3
315
314
network_mode: host
316
315
devices:
317
316
- "/dev/isgx"# leave on of them
@@ -399,21 +398,6 @@ description: Setup Process for a SKALE Validator Supernode on Base Mainnet
399
398
After docker installation make sure that the `live-restore` option is enabled in `/etc/docker/daemon.json`. See more info in the [docker docs](https://docs.docker.com/config/containers/live-restore/).
400
399
</Note>
401
400
402
-
<Note>
403
-
You can install iptables-persistent using the following commands:
0 commit comments