lots of stuff had been added
This commit is contained in:
parent
28420e86dd
commit
814900b72e
16 changed files with 257 additions and 0 deletions
22
flatcraft/docker-compose.yml
Normal file
22
flatcraft/docker-compose.yml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
version: "3.8"
|
||||
|
||||
services:
|
||||
mc:
|
||||
image: itzg/minecraft-server
|
||||
environment:
|
||||
EULA: "true"
|
||||
GENERATE_STRUCTURES: true
|
||||
LEVEL_TYPE: FLAT
|
||||
VERSION: 1.20.1
|
||||
TYPE: FABRIC
|
||||
ports:
|
||||
- "25564:25565"
|
||||
volumes:
|
||||
# - data:/data
|
||||
- ./data:/data
|
||||
- ./mods:/mods
|
||||
stdin_open: true
|
||||
tty: true
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
data: {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue