Skip to content

Commit

Permalink
chore(docs): update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed May 1, 2024
1 parent 6d5dece commit f4c01de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions servers/su/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ Can run directly in the terminal (for compatible machines)
Or in Docker
```sh
cp .env.example .env.router
docker build -t su-router .
docker run --env-file .env.router -v ./.wallet.json:/app/.wallet.json -v ./schedulers.json:/app/.schedulers.json su-router router 9000
docker build -t su-runner .
docker run --env-file .env.router -v ./.wallet.json:/app/.wallet.json -v ./schedulers.json:/app/.schedulers.json su-runner router 9000
```


Expand Down

0 comments on commit f4c01de

Please sign in to comment.