feat: Minecraft | add StarTechnology server
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user