2025-03-19 23:04
This commit is contained in:
parent
040e82baa7
commit
85ba14147d
2 changed files with 6 additions and 9 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
#SYSINFO
|
||||
TZ=
|
||||
TZ_CITY=
|
||||
|
|
|
@ -2,9 +2,9 @@ version: "3.8"
|
|||
|
||||
services:
|
||||
|
||||
mc-smp: # minecraft paper server. The config here and options in .env will get you a working server, but you might want to customize it further https://docker-minecraft-server.readthedocs.io/
|
||||
mc-smp-fabric: # minecraft paper server. The config here and options in .env will get you a working server, but you might want to customize it further https://docker-minecraft-server.readthedocs.io/
|
||||
image: itzg/minecraft-server
|
||||
container_name: mc-smp
|
||||
container_name: mc-smp-fabric
|
||||
ports:
|
||||
- ${MC_SMP_JAVA_PORT}:25565/tcp
|
||||
- ${MC_SMP_BEDROCK_PORT}:19132/udp
|
||||
|
@ -15,12 +15,10 @@ services:
|
|||
- UID=${UID}
|
||||
- GID=${GID}
|
||||
- EXEC_DIRECTLY=TRUE
|
||||
- MEMORY=3G
|
||||
- MEMORY=4G
|
||||
- VERSION=${MC_VERSION}
|
||||
- PAPER_CHANNEL=experimental
|
||||
- TYPE=PAPER
|
||||
# - SPIGET_RESOURCES=18494
|
||||
- MODS_FILE=/extras/mods.txt
|
||||
- TYPE=FABRIC
|
||||
- DIFFICULTY=${MC_SMP_DIFFICULTY}
|
||||
- MOTD=${MC_SMP_MOTD}
|
||||
- OPS=${MC_SMP_OPS}
|
||||
|
@ -37,6 +35,6 @@ services:
|
|||
tty: true
|
||||
stdin_open: true
|
||||
volumes:
|
||||
- ${MEDIA_PATH}/Games/minecraft/smp/data:/data
|
||||
- ${MEDIA_PATH}/Games/minecraft/smp/extras:/extras
|
||||
- ${MEDIA_PATH}/Games/minecraft/smp-fabric/data:/data
|
||||
- ${MEDIA_PATH}/Games/minecraft/smp-fabric/extras:/extras
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Add table
Reference in a new issue