diff --git a/templates/compose/minecraft.yaml b/templates/compose/minecraft.yaml index e00f891e9..ce8d20827 100644 --- a/templates/compose/minecraft.yaml +++ b/templates/compose/minecraft.yaml @@ -11,7 +11,7 @@ services: - 25565:25565 environment: EULA: true - VERSIOn: latest + VERSION: latest TYPE: vanilla SERVER_NAME: Minecraft Server MOTD: Minecraft Server powered by §aCoolify§r @@ -41,4 +41,4 @@ services: restart: always volumes: # attach a directory relative to the directory containing this compose file - - /minecraft-data:/data \ No newline at end of file + - /minecraft-data:/data