-
Notifications
You must be signed in to change notification settings - Fork 94
/
minecraft_jordan0day.pmx
35 lines (30 loc) · 1.07 KB
/
minecraft_jordan0day.pmx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
name: minecraft_jordan0day
description: Run a minecraft server with Panamax
keywords: minecraft
type: Default
documentation: |-
Standard Minecraft Server, via Panamax!
=========
##Instructions
No environment variables need to be set, but you can update the MOTD variable to whatever message you'd like to greet players with when they connect to your server.
##System Requirements
Run with at least 1 gb of memory.
##Port Forwarding
Make sure to expose and forward port 25565. This is the standard minecraft server port, and will need to be publicly-accessible for players to access your server.
##Verification
To test that your server is up-and-running correctly, just enter your container host's IP into Minecraft's "Add a Server" screen. Then connect and play!
images:
- name: itzg_minecraft-server_latest
source: itzg/minecraft-server:latest
category: game servers
type: Default
expose:
- '25565'
ports:
- host_port: '25565'
container_port: '25565'
proto: TCP
environment:
- variable: MOTD
value: Minecraft, via Panamax!