mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-09-11 16:37:57 +00:00
docs: added tty and stdin_open to example file
This commit is contained in:
@@ -3,6 +3,8 @@ version: "3.8"
|
|||||||
services:
|
services:
|
||||||
mc:
|
mc:
|
||||||
image: itzg/minecraft-server
|
image: itzg/minecraft-server
|
||||||
|
tty: true
|
||||||
|
stdin_open: true
|
||||||
ports:
|
ports:
|
||||||
- 25565:25565
|
- 25565:25565
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user