mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2025-10-11 20:17:54 +00:00
open monerod public full node
This commit is contained in:
parent
ee115a43f2
commit
b99da2be52
@ -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.
|
||||
- website - `80`, `443`
|
||||
- gitea - `2222`
|
||||
- monerod - `18080`
|
||||
- monerod - `18080`, `18081`
|
||||
- p2pool - `3333`, `37888`, `37889`
|
||||
- minecraft - `25565`
|
||||
- minecraft bedrock - `19132`, `19133`
|
||||
|
@ -36,6 +36,7 @@ services:
|
||||
tty: true
|
||||
ports:
|
||||
- "18080:18080"
|
||||
- "18081:18081"
|
||||
networks:
|
||||
- default6
|
||||
volumes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user