mod updates, docker compose
This commit is contained in:
22
docker-compose.yml
Normal file
22
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user