chore(minecraft-bedrock): enable tty and stdin in bedrock (#4836)

This commit is contained in:
Stavros Kois
2022-11-25 18:38:01 +02:00
committed by GitHub
parent 5b0e0b49c7
commit 38cb8fa156
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ sources:
- https://github.com/itzg/docker-minecraft-server
- https://hub.docker.com/r/itzg/minecraft-server
type: application
version: 3.0.1
version: 3.0.2
annotations:
truecharts.org/catagories: |
- games
@@ -3,6 +3,9 @@ image:
tag: 2022.1.0@sha256:85b2493240d4c6ac69f8383937510c432812072ebd5ef382ebe6ba7f325d70ed
pullPolicy: Always
tty: true
stdin: true
env:
EULA: "TRUE"
VERSION: "LATEST"