Skip to content

Commit

Permalink
Merge pull request steemit#1243 from steemit/udpate-exchange-quickstart
Browse files Browse the repository at this point in the history
Update exchange doc to be complete command
  • Loading branch information
Michael Vandeberg authored Aug 22, 2017
2 parents ce2a2c4 + e791f9d commit 32afb0a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ Do not add other APIs or plugins unless you know what you are doing.
This configuration exists in Docker with the following command

```
docker run -d --env TRACK_ACCOUNT="yourexchangeid" steemit/steem
docker run \
--env TRACK_ACCOUNT="yourexchangeid" \
-d -p 2001:2001 -p 8090:8090 --name steemd-exchange \
steemit/steem
```

### Resources usage
Expand Down

0 comments on commit 32afb0a

Please sign in to comment.