Skip to content

Commit

Permalink
Add Docker Compose reset instructions to Fullnode doc (MystenLabs#3218)
Browse files Browse the repository at this point in the history
  • Loading branch information
Clay-Mysten authored Jul 15, 2022
1 parent 83a7bf0 commit edcfae8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion doc/src/build/fullnode.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ source.

Follow the instructions in the
[Fullnode Docker README](https://github.com/MystenLabs/sui/tree/main/docker/fullnode#readme)
to run a Sui fullnode using Docker.
to run a Sui fullnode using Docker, including [resetting the environment](https://github.com/MystenLabs/sui/tree/main/docker/fullnode#reset-the-environment).

### Building from source

Expand Down Expand Up @@ -220,6 +220,14 @@ typically wiped clean. In order to have your fullnode continue to properly
synchronize with the new state of Devnet, you'll need to follow a few steps
based on how you originally set up your node. See below.

## With Docker Compose

Follow the instructions to [reset the environment](https://github.com/MystenLabs/sui/tree/main/docker/fullnode#reset-the-environment),
namely by running the command:
```shell
$ docker-compose down --volumes
```

### Built from source

If you followed the instructions for [building from
Expand Down

0 comments on commit edcfae8

Please sign in to comment.