Switch to e9
This commit is contained in:
parent
aca246ce5a
commit
2e71c607fd
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user