docs: added tty and stdin_open to example file

This commit is contained in:
Geoff Bourne 2022-02-28 21:40:47 -06:00 committed by GitHub
parent 2e24bdfff8
commit 15869fd774
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,8 @@ version: "3.8"
services:
mc:
image: itzg/minecraft-server
tty: true
stdin_open: true
ports:
- 25565:25565
environment: