mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-10 14:24:28 +00:00
docs: added tty and stdin_open to example file
This commit is contained in:
parent
2e24bdfff8
commit
15869fd774
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ version: "3.8"
|
|||
services:
|
||||
mc:
|
||||
image: itzg/minecraft-server
|
||||
tty: true
|
||||
stdin_open: true
|
||||
ports:
|
||||
- 25565:25565
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue