+ prison & increase skyblock ram
--> Linted: EDITORCONFIG No errors were found in the linting process Details
--> Linted: GITLEAKS No errors were found in the linting process Details
--> Linted: YAML No errors were found in the linting process Details
🎨 Lint / lint (push) Successful in 12s Details

This commit is contained in:
Chase 2024-04-29 22:37:54 +00:00
parent cfc8ef81fa
commit aa11e86f65
1 changed files with 17 additions and 1 deletions

View File

@ -47,7 +47,7 @@ services:
mc-skyblock:
container_name: "mc-skyblock"
environment:
- "MEMORY=2G"
- "MEMORY=3G"
- "USE_AIKAR_FLAGS=true"
- "EULA=TRUE"
- "TYPE=PURPUR"
@ -76,3 +76,19 @@ services:
restart: "unless-stopped"
volumes:
- "/dockerData/mc/creative:/data"
mc-prison:
container_name: "mc-prison"
environment:
- "MEMORY=2G"
- "USE_AIKAR_FLAGS=true"
- "EULA=TRUE"
- "TYPE=PURPUR"
- "VERSION=LATEST"
- "UID=1000"
- "GID=1000"
image: "docker.io/itzg/minecraft-server:latest"
ports:
- "25571:25565/tcp"
restart: "unless-stopped"
volumes:
- "/dockerData/mc/prison:/data"