mod updates, docker compose

This commit is contained in:
2023-09-09 04:58:13 +02:00
parent 508ef54962
commit 2beeef73f8
5 changed files with 48 additions and 8 deletions

22
docker-compose.yml Normal file
View File

@@ -0,0 +1,22 @@
version: "3.8"
services:
mc:
image: itzg/minecraft-server
tty: true
stdin_open: true
ports:
- "25565:25565"
restart: unless-stopped
container_name: mc-forge
environment:
EULA: "TRUE"
PACKWIZ_URL: http://patatapack.oier.ovh:8080/pack.toml
TYPE: FORGE
VERSION: 1.20.1
FORGE_VERSION: 47.1.47
MEMORY: 24G
MOTD: PatataPack 1
volumes:
# attach the relative directory 'data' to the container's /data path
- ../patata-data:/data