2024-01-14 05:08:10 +00:00
|
|
|
# NOTE
|
|
|
|
# This file is named spiget with an "e"
|
|
|
|
# since it provides an example of the
|
|
|
|
# feature https://docker-minecraft-server.readthedocs.io/en/latest/mods-and-plugins/spiget/
|
|
|
|
# which uses the Spiget API at https://spiget.org/
|
|
|
|
|
2021-07-17 22:57:15 +00:00
|
|
|
services:
|
|
|
|
mc:
|
2022-07-30 02:28:04 +00:00
|
|
|
image: itzg/minecraft-server
|
2021-07-17 22:57:15 +00:00
|
|
|
ports:
|
2022-03-10 22:16:18 +00:00
|
|
|
- "25565:25565"
|
2021-07-17 22:57:15 +00:00
|
|
|
environment:
|
|
|
|
EULA: "TRUE"
|
2024-01-14 05:08:10 +00:00
|
|
|
TYPE: PAPER
|
|
|
|
SPIGET_RESOURCES: 34315,3836
|
2021-07-17 22:57:15 +00:00
|
|
|
volumes:
|
|
|
|
- data:/data
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
data: {}
|