Upload des repertoires des serveurs

This commit is contained in:
serveur
2026-03-07 18:20:00 +01:00
commit 736181c13f
4 changed files with 123 additions and 0 deletions

21
Vanilla/docker-compose.yml.save Executable file
View File

@@ -0,0 +1,21 @@
services:
mc:
image: itzg/minecraft-server
environment:
EULA: "true"
TYPE: FABRIC
# VERSION: 1.21.4
# FABRIC_INSTALLER_VERSION: 1.0.1
# FABRIC_LOADER_VERSION: 0.16.10
# Since Fabric server type only includes the loader, most times
# the fabric-api is required for other mods to function
MODRINTH_PROJECTS: |
fabric-api
ports:
- "25565:25565"
volumes:
- fabric:/data
volumes:
fabric: {}