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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

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

View File

@ -3,6 +3,9 @@ image:
tag: 2022.1.0@sha256:85b2493240d4c6ac69f8383937510c432812072ebd5ef382ebe6ba7f325d70ed
pullPolicy: Always
tty: true
stdin: true
env:
EULA: "TRUE"
VERSION: "LATEST"