Skip to content

Commit

Permalink
rm man
Browse files Browse the repository at this point in the history
  • Loading branch information
st3b1t committed Jul 12, 2023
1 parent 1d7024b commit 3fa7ef5
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 1,707 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ COPY package-lock.json .

RUN npm install --production

ENTRYPOINT ["./bin/satop"]
ENTRYPOINT ["satop"]
2 changes: 2 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ services:
context: ../
dockerfile: docker/Dockerfile
environment:
# bitcoin in host machine
RPCCONNECT: 172.17.0.1
# bitcoin rpc default port
RPCPORT: 8332
80 changes: 0 additions & 80 deletions docs/cli.man

This file was deleted.

4 changes: 2 additions & 2 deletions docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
You need to assign host `net` and `pid` to access the metrics in the host machine.

```sh
$ docker build . -f ./docker/Dockerfile -t st3b1t/satoshitop
$ docker build . -f ./docker/Dockerfile -t st3b1t/satoshitop:latest
```

```sh
Expand All @@ -15,4 +15,4 @@ Or using Docker Compose
```sh
cd docker
docker compose up
```
```
Loading

0 comments on commit 3fa7ef5

Please sign in to comment.