Update documentation

parent 90063768
...@@ -23,13 +23,13 @@ docker-compose down ...@@ -23,13 +23,13 @@ docker-compose down
command: -s -y -d -b command: -s -y -d -b
``` ```
2. Edit the `docker-compose.yml` and add `stdin_open: true` option. 2. Edit the `docker-compose.yml` and add `stdin_open: true` option. For example:
```yaml ```yaml
version: "3" version: "3"
services: services:
app: sgxwallet:
image: app:1.2.3 image: skalenetwork/sgxwallet:latest
stdin_open: true stdin_open: true
``` ```
...@@ -43,4 +43,4 @@ docker-compose up -d ...@@ -43,4 +43,4 @@ docker-compose up -d
5. Open another terminal window and run `docker attach container_name` there. 5. Open another terminal window and run `docker attach container_name` there.
6. Enter the backup key when prompted. 6. Enter the backup key when prompted.
7. Edit the `docker-compose.yml` file and remove the `-b` flag `stdin_open: true` option. 7. Edit the `docker-compose.yml` file, remove the `-b` flag and `stdin_open: true` option.
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