mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-05-29 15:15:34 +00:00
docs: updated example compose file for paper to use proper CONSOLE setting
This commit is contained in:
@@ -7,11 +7,12 @@ services:
|
|||||||
EULA: "true"
|
EULA: "true"
|
||||||
TYPE: PAPER
|
TYPE: PAPER
|
||||||
VERSION: 1.9.4
|
VERSION: 1.9.4
|
||||||
command: --noconsole
|
# needed for Paper versions before 1.14
|
||||||
|
CONSOLE: "false"
|
||||||
ports:
|
ports:
|
||||||
- 25565:25565
|
- 25565:25565
|
||||||
volumes:
|
volumes:
|
||||||
- mc-paper:/data
|
- mc-paper:/data
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
mc-paper:
|
mc-paper:
|
||||||
|
|||||||
Reference in New Issue
Block a user