servers to nvme
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
image: hub.ducoterra.net/ducoterra/minecraft
|
||||
port: 25565
|
||||
# tag: 1.16.1
|
||||
# port: 25565
|
||||
19
servers.md
Normal file
19
servers.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Servers
|
||||
|
||||
## Minecraft
|
||||
|
||||
```bash
|
||||
helm install minecraft ./helm --set tag=1.15.2_7 --set port=25565
|
||||
```
|
||||
|
||||
## Pubcraft
|
||||
|
||||
```bash
|
||||
helm install pubcraft ./helm --set tag=1.15.2_7 --set port=20100
|
||||
```
|
||||
|
||||
## TestCraft
|
||||
|
||||
```bash
|
||||
helm install testcraft ./helm --set tag=1.16.1 --set port=25566
|
||||
```
|
||||
Reference in New Issue
Block a user