open monerod public full node

This commit is contained in:
Matthew Tran 2024-09-19 09:58:26 +00:00
parent ee115a43f2
commit b99da2be52
2 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,7 @@ Stuff that's deployed on [matthewtran.com](https://matthewtran.com). Currently r
2. Forward the following ports. Set a static IP if needed. 2. Forward the following ports. Set a static IP if needed.
- website - `80`, `443` - website - `80`, `443`
- gitea - `2222` - gitea - `2222`
- monerod - `18080` - monerod - `18080`, `18081`
- p2pool - `3333`, `37888`, `37889` - p2pool - `3333`, `37888`, `37889`
- minecraft - `25565` - minecraft - `25565`
- minecraft bedrock - `19132`, `19133` - minecraft bedrock - `19132`, `19133`

View File

@ -36,6 +36,7 @@ services:
tty: true tty: true
ports: ports:
- "18080:18080" - "18080:18080"
- "18081:18081"
networks: networks:
- default6 - default6
volumes: volumes: