You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2025. It is now read-only.
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`
74
74
75
-
76
75
## Usage
77
76
78
77
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
79
78
79
+
>[!NOTE]
80
+
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
81
+
80
82
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
81
83
82
84
```yaml
@@ -118,7 +120,7 @@ Containers are configured using parameters passed at runtime (such as those abov
118
120
119
121
| Parameter | Function |
120
122
| :----: | --- |
121
-
|`-p 30000/udp`| Port Minetest listens on (UDP). |
123
+
|`-p 30000:30000/udp`| Port Minetest listens on (UDP). |
122
124
|`-e PUID=1000`| for UserID - see below for explanation |
123
125
|`-e PGID=1000`| for GroupID - see below for explanation |
124
126
|`-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
287
289
288
290
## Versions
289
291
292
+
***25.11.24:** - Add Prometheus metrics support.
290
293
***01.06.24:** - Rebase to Alpine 3.20.
291
294
***12.05.24:** - Unpin irrlicht, enable IPv6 support in default conf.
292
295
***10.05.24:** - Enable PostgreSQL backend and fix libspatialindex branch name.
0 commit comments