chore(minecraft-bedrock): enable tty and stdin in bedrock (#4836)
This commit is contained in:
@@ -21,7 +21,7 @@ sources:
|
|||||||
- https://github.com/itzg/docker-minecraft-server
|
- https://github.com/itzg/docker-minecraft-server
|
||||||
- https://hub.docker.com/r/itzg/minecraft-server
|
- https://hub.docker.com/r/itzg/minecraft-server
|
||||||
type: application
|
type: application
|
||||||
version: 3.0.1
|
version: 3.0.2
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- games
|
- games
|
||||||
|
|||||||
@@ -3,6 +3,9 @@ image:
|
|||||||
tag: 2022.1.0@sha256:85b2493240d4c6ac69f8383937510c432812072ebd5ef382ebe6ba7f325d70ed
|
tag: 2022.1.0@sha256:85b2493240d4c6ac69f8383937510c432812072ebd5ef382ebe6ba7f325d70ed
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
||||||
|
tty: true
|
||||||
|
stdin: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
EULA: "TRUE"
|
EULA: "TRUE"
|
||||||
VERSION: "LATEST"
|
VERSION: "LATEST"
|
||||||
|
|||||||
Reference in New Issue
Block a user