Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit cd116ef

Browse files
Bot Updating Templated Files
1 parent 1761148 commit cd116ef

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,13 @@ https://hub.docker.com/r/linuxserver/minetest/tags
7272

7373
As per [upstream request](https://github.com/minetest/minetest/releases/tag/5.8.0) this image no longer includes [minetest_game](https://github.com/minetest/minetest_game), so if required you will need to either install via ContentDB or download it from their repo and copy to `/config/.minetest/games/minetest`
7474

75-
7675
## Usage
7776

7877
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
7978

79+
>[!NOTE]
80+
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
81+
8082
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
8183

8284
```yaml
@@ -118,7 +120,7 @@ Containers are configured using parameters passed at runtime (such as those abov
118120

119121
| Parameter | Function |
120122
| :----: | --- |
121-
| `-p 30000/udp` | Port Minetest listens on (UDP). |
123+
| `-p 30000:30000/udp` | Port Minetest listens on (UDP). |
122124
| `-e PUID=1000` | for UserID - see below for explanation |
123125
| `-e PGID=1000` | for GroupID - see below for explanation |
124126
| `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
@@ -287,6 +289,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
287289

288290
## Versions
289291

292+
* **25.11.24:** - Add Prometheus metrics support.
290293
* **01.06.24:** - Rebase to Alpine 3.20.
291294
* **12.05.24:** - Unpin irrlicht, enable IPv6 support in default conf.
292295
* **10.05.24:** - Enable PostgreSQL backend and fix libspatialindex branch name.

0 commit comments

Comments
 (0)