Fix formatting

parent d6ce6cef
# SGXWallet Documentation
- [Admin Guide](admin-guide.md)
- [Developer Guide](developer-guide.md)
...@@ -4,11 +4,11 @@ ...@@ -4,11 +4,11 @@
- [Verify that your hardware and software can run SGX](prerequisites.md) - [Verify that your hardware and software can run SGX](prerequisites.md)
- [Enable SGX](enabling-sgx.md) - [Enable SGX](enabling-sgx.md)
- [Start, stop and upgrade sgxwallet](run_in_hardware_mode.md) - [Start, stop and upgrade sgxwallet](run-in-hardware-mode.md)
- [Docker Compose configuration](run_in_hardware_mode.md#docker-compose-configuration) - [Docker Compose configuration](run-in-hardware-mode.md#docker-compose-configuration)
- [Run sgxwallet in secure mode](run_in_hardware_mode.md#run-sgxwallet-in-secure-mode) - [Run sgxwallet in secure mode](run-in-hardware-mode.md#run-sgxwallet-in-secure-mode)
- [Start, stop and upgrade sgxwallet containers](run_in_hardware_mode.md#start-stop-and-upgrade-sgxwallet-containers) - [Start, stop and upgrade sgxwallet containers](run-in-hardware-mode.md#start-stop-and-upgrade-sgxwallet-containers)
- [Logging](run_in_hardware_mode.md#logging) - [Logging](run-in-hardware-mode.md#logging)
- [Backup and recover sgxwallet](backup-procedure.md) - [Backup and recover sgxwallet](backup-procedure.md)
## Community ## Community
......
...@@ -24,7 +24,6 @@ command: -s -y -d -b ...@@ -24,7 +24,6 @@ command: -s -y -d -b
``` ```
2. Copy the backed up `sgx_data` directory to the recovery `sgx_data` directory. 2. Copy the backed up `sgx_data` directory to the recovery `sgx_data` directory.
3. Execute: 3. Execute:
```bash ```bash
...@@ -32,5 +31,4 @@ docker-compose up ...@@ -32,5 +31,4 @@ docker-compose up
``` ```
4. Enter the backup key when prompted. 4. Enter the backup key when prompted.
5. Edit the `docker-compose.yml` file and remove the `-b` flag. 5. Edit the `docker-compose.yml` file and remove the `-b` flag.
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