Corrected calculation of Canyon download URL (#3226)

This commit is contained in:
Geoff Bourne
2025-01-03 17:01:32 -06:00
committed by GitHub
parent 621bafb4f2
commit 03f9037668
2 changed files with 16 additions and 3 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
mc:
image: itzg/minecraft-server:java8
environment:
EULA: true
TYPE: canyon
VERSION: b1.7.3
ports:
- "25565:25565"
volumes:
- mc-data:/data
volumes:
mc-data: