mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-05-04 19:15:24 +00:00
Corrected calculation of Canyon download URL (#3226)
This commit is contained in:
@@ -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:
|
||||
Reference in New Issue
Block a user