Give up and just route e10 to desktop:25565

This commit is contained in:
Joey Hafner 2024-06-19 13:18:34 -07:00
parent 7643658497
commit aca246ce5a
2 changed files with 4 additions and 1 deletions

View File

@ -11,6 +11,9 @@ We'll use Enigmatica10 for example here.
3. Extract and then delete the zip. `ssh admin@192.168.1.23 "cd $DIR && mkdir e10 && unzip Enigmatica10Server-1.0.1.zip -d e10 && rm Enigmatica10Server-1.0.1.zip" 3. Extract and then delete the zip. `ssh admin@192.168.1.23 "cd $DIR && mkdir e10 && unzip Enigmatica10Server-1.0.1.zip -d e10 && rm Enigmatica10Server-1.0.1.zip"
3. 3.
## Workaround for running server on desktop if I can't figure out how to make the container work.
1. Run the server on desktop.
2. Update [router mapping](docker-compose.yml#11) to point at the desktop. E.g. `--mapping=e10.jafner.net=192.168.1.135:25565`
# Post-Setup # Post-Setup

View File

@ -8,7 +8,7 @@ services:
- minecraft - minecraft
ports: ports:
- 25565:25565 - 25565:25565
command: --api-binding=0.0.0.0:25566 --mapping=e10.jafner.net=e10:25565 command: --api-binding=0.0.0.0:25566 --mapping=e10.jafner.net=192.168.1.135:25565
exporter-minecraft: exporter-minecraft:
image: itzg/mc-monitor # https://github.com/itzg/mc-monitor image: itzg/mc-monitor # https://github.com/itzg/mc-monitor