fix(games): fixes for game servers (#1845)
* chore(docs): update default ports * chore(satisfactory): update icon * fix(impostor-server): rename app * fix(minecraft-bedrock): use diffrent port for ipv6 * bump impostor
This commit is contained in:
@@ -20,7 +20,7 @@ sources:
|
||||
- https://github.com/itzg/docker-minecraft-server
|
||||
- https://hub.docker.com/r/itzg/minecraft-server
|
||||
type: application
|
||||
version: 0.0.2
|
||||
version: 0.0.3
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- games
|
||||
|
||||
@@ -10,7 +10,7 @@ env:
|
||||
VERSION: "LATEST"
|
||||
SERVER_NAME: "TrueCharts Dedicated Server!"
|
||||
SERVER_PORT: "{{ .Values.service.main.ports.main.targetPort }}"
|
||||
SERVER_PORT_V6: "{{ .Values.service.main.ports.main.targetPort }}"
|
||||
SERVER_PORT_V6: 19133
|
||||
GAMEMODE: "survival"
|
||||
DIFFICULTY: "easy"
|
||||
LEVEL_TYPE: "DEFAULT"
|
||||
|
||||
Reference in New Issue
Block a user