Skip to content

docker-paper-compose.yml needs Version commented out #1194

@woeisme

Description

@woeisme

Describe the problem

attempting to run the example file throws java exception

Container definition

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:

Container logs

java exception, no logs captured.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions