Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions doc/update085.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,13 @@ tokeld -pubkey=${pubkey} &
```bash
# Main server
cd ~/notary_docker_main
./stop
docker compose up -d --build
docker compose logs -f --tail 33
git checkout main && git pull
./start # This wil stop, recreate compose file, then rebuild and restart

# 3P server
cd ~/notary_docker_3p
./stop
docker compose up -d --build
docker compose logs -f --tail 33
git checkout main && git pull
./start # This wil stop, recreate compose file, then rebuild and restart
```

Once all coin RPCs are ready and responding:
Expand Down
Loading