Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 2218617

Browse files
committed
updated README
1 parent c5238f7 commit 2218617

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,26 @@ optional arguments:
4646
```
4747

4848
## Docker
49-
Install [Docker](https://docs.docker.com/engine/installation/).
50-
Install [DockerCompose](https://docs.docker.com/compose/install/).
5149

50+
- Install [Docker](https://docs.docker.com/engine/installation/).
51+
- Install [DockerCompose](https://docs.docker.com/compose/install/).
5252

53+
#### Set Username and Password
54+
```bash
55+
nano ./docker-compose.yml
56+
```
57+
58+
#### Build and run
59+
```bash
60+
docker-compose up
61+
```
62+
63+
#### Backup
64+
All relevant data will go to
65+
```bash
66+
./data
67+
```
5368

5469

5570
## License
56-
OpenBazaar Server is licensed under the [MIT License](LICENSE).
71+
OpenBazaar Server is licensed under the [MIT License](LICENSE).

0 commit comments

Comments
 (0)