ez fix
This commit is contained in:
10
README.md
10
README.md
@@ -101,15 +101,19 @@ docker compose logs -f
|
||||
docker compose logs -f monerod # make logs
|
||||
```
|
||||
|
||||
Navigate to http://localhost:3000 and log into Grafana. Find the `Node Stats` dashboard to get those sweet, sweet graphs.
|
||||
### Running Locally
|
||||
|
||||
If you've installed this on another system you will want to use [SSH tunnels](https://www.ssh.com/ssh/tunneling/example) (local forwarding) to reach Grafana (if not exposing via reverse proxy):
|
||||
Navigate to http://localhost:3000 and find the `Node Stats` dashboard to get those sweet, sweet graphs.
|
||||
|
||||
### Running on VPS
|
||||
|
||||
If you've installed this on another system you will want to use [SSH tunnels](https://www.ssh.com/ssh/tunneling/example) (local forwarding) to reach Grafana if not running a reverse proxy:
|
||||
|
||||
```
|
||||
ssh <VPS OR SERVER IP> -L 3000:localhost:3000
|
||||
```
|
||||
|
||||
Then navigate to http://localhost:3000. Here is what the graph looks like:
|
||||
Then navigate to http://localhost:3000. Here is what the dashboard looks like:
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -148,4 +148,6 @@ services:
|
||||
- 127.0.0.1:${UNRESTRICTED_PORT:-18083}:18083 # unrestricted rpc
|
||||
networks:
|
||||
- tor_net
|
||||
command:
|
||||
- /entrypoint.sh
|
||||
<<: *log-config
|
||||
|
||||
@@ -61,8 +61,6 @@ COPY --from=og /tmp/ban_list.txt /ban_list.txt
|
||||
COPY ./dockerfiles/monerod_entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
||||
EXPOSE 18080
|
||||
EXPOSE 18081
|
||||
EXPOSE 18082
|
||||
|
||||
Reference in New Issue
Block a user