Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sladkoff/minecraft-prometheus-exporter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1b57c44b2ad1e2d486e43a0a8c993179fa486200
Choose a base ref
..
head repository: sladkoff/minecraft-prometheus-exporter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c848c7fbf765b466d07c676d3c1f4c936f61dae5
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 docker-compose.yml
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ version: "3.8"

services:
mc:
image: itzg/minecraft-server:2024.4.0
image: itzg/minecraft-server:2024.4.1
environment:
EULA: "true"
VERSION: "1.20.4"