kasmc
This commit is contained in:
parent
906e1e7765
commit
e6b99b1a51
1 changed files with 16 additions and 0 deletions
|
@ -25,6 +25,22 @@ services:
|
|||
volumes:
|
||||
- /srv/smpxmc/data:/data
|
||||
|
||||
kasmc:
|
||||
image: itzg/minecraft-server
|
||||
container_name: kasmc
|
||||
mem_limit: 12GB
|
||||
environment:
|
||||
EULA: "TRUE"
|
||||
TYPE: "VANILLA"
|
||||
MOTD: "Kas' server"
|
||||
VERSION: "1.16.5"
|
||||
OPS: "Meneer_appel"
|
||||
MAX_MEMORY: "12GB"
|
||||
ports:
|
||||
- 25566:25566
|
||||
volumes:
|
||||
- /srv/kasmc/data:/data
|
||||
|
||||
rust:
|
||||
image: didstopia/rust-server:latest
|
||||
environment:
|
||||
|
|
Reference in a new issue