diff --git a/README.md b/README.md index 937f07b..0ab3cac 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/compose.yml b/compose.yml index 4e2bac1..02ee98f 100644 --- a/compose.yml +++ b/compose.yml @@ -36,6 +36,7 @@ services: tty: true ports: - "18080:18080" + - "18081:18081" networks: - default6 volumes: