chore(minecraft-bedrock): enable tty and stdin in bedrock (#4836)
This commit is contained in:
parent
5b0e0b49c7
commit
38cb8fa156
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue