Switch to e9

This commit is contained in:
Joey Hafner 2024-06-19 22:02:09 -07:00
parent aca246ce5a
commit 2e71c607fd
2 changed files with 3 additions and 1 deletions

View File

@ -14,6 +14,8 @@ We'll use Enigmatica10 for example here.
## Workaround for running server on desktop if I can't figure out how to make the container work. ## Workaround for running server on desktop if I can't figure out how to make the container work.
1. Run the server on desktop. 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` 2. Update [router mapping](docker-compose.yml#11) to point at the desktop. E.g. `--mapping=e10.jafner.net=192.168.1.135:25565`
3. Be sad that you couldn't make it work "right".
4. Be glad that you got it working.
# 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=192.168.1.135:25565 command: --api-binding=0.0.0.0:25566 --mapping=e9.jafner.net=192.168.1.135:25566
exporter-minecraft: exporter-minecraft:
image: itzg/mc-monitor # https://github.com/itzg/mc-monitor image: itzg/mc-monitor # https://github.com/itzg/mc-monitor