docs: Removed docker-compose-paper.yml since it was out of date (#1195)

This commit is contained in:
Geoff Bourne
2021-12-12 20:08:13 -06:00
committed by GitHub
parent 3a3b5fc002
commit d5f1660c77
2 changed files with 2 additions and 26 deletions
-18
View File
@@ -1,18 +0,0 @@
version: '3.8'
services:
mc:
image: itzg/minecraft-server
environment:
EULA: "true"
TYPE: PAPER
VERSION: 1.9.4
# needed for Paper versions before 1.14
CONSOLE: "false"
ports:
- 25565:25565
volumes:
- mc-paper:/data
volumes:
mc-paper: