Skip to content
Snippets Groups Projects
Commit b492b2d5 authored by roadscape's avatar roadscape
Browse files

minor readme clarification

parent 26f273d6
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ $ make test ...@@ -60,7 +60,7 @@ $ make test
Hivemind is deployed as a Docker container. Hivemind is deployed as a Docker container.
Here is an example command that will run DB migrations and start the syncing process: Here is an example command that will initialize the DB schema and start the syncing process:
``` ```
docker run -d --name hivemind --env DATABASE_URL=postgresql://user:pass@hostname:5432/databasename --env STEEMD_URL=https://yoursteemnode --env SYNC_SERVICE=1 -p 8080:8080 steemit/hivemind:latest docker run -d --name hivemind --env DATABASE_URL=postgresql://user:pass@hostname:5432/databasename --env STEEMD_URL=https://yoursteemnode --env SYNC_SERVICE=1 -p 8080:8080 steemit/hivemind:latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment