feat: Minecraft | add StarTechnology server

This commit is contained in:
2025-11-24 09:28:15 +05:00
parent 91720e6860
commit 497331e585
3 changed files with 84 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ additionalArguments:
- "--entryPoints.ssh.address=:22/tcp"
- "--entryPoints.minecraft-gtnh.address=:25566/tcp"
- "--entryPoints.minecraft-tfg.address=:25567/tcp"
- "--entryPoints.minecraft-star-technology.address=:25568/tcp"
ports:
ssh:
name: ssh
@@ -48,3 +49,10 @@ ports:
expose:
default: true
protocol: TCP
minecraft-star-technology:
name: minecraft-star-technology
port: 25568
exposedPort: 25568
expose:
default: true
protocol: TCP