kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
70e688d21b
commit
730eaa920e
|
@ -65,9 +65,9 @@ services:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Etc/UTC
|
- TZ=Etc/UTC
|
||||||
- "CLI_ARGS=--gameid minetest --port 30000" #optional
|
- "CLI_ARGS=--gameid devtest" #optional
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/data:/config/.minetest
|
- /path/to/minetest/data:/config/.minetest
|
||||||
ports:
|
ports:
|
||||||
- 30000:30000/udp
|
- 30000:30000/udp
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -81,9 +81,9 @@ docker run -d \
|
||||||
-e PUID=1000 \
|
-e PUID=1000 \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
-e TZ=Etc/UTC \
|
-e TZ=Etc/UTC \
|
||||||
-e CLI_ARGS="--gameid minetest --port 30000" `#optional` \
|
-e CLI_ARGS="--gameid devtest" `#optional` \
|
||||||
-p 30000:30000/udp \
|
-p 30000:30000/udp \
|
||||||
-v /path/to/data:/config/.minetest \
|
-v /path/to/minetest/data:/config/.minetest \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
lscr.io/linuxserver/minetest:latest
|
lscr.io/linuxserver/minetest:latest
|
||||||
```
|
```
|
||||||
|
@ -96,7 +96,7 @@ Containers are configured using parameters passed at runtime (such as those abov
|
||||||
|
|
||||||
| Parameter | Function |
|
| Parameter | Function |
|
||||||
| :----: | --- |
|
| :----: | --- |
|
||||||
| `30000/udp` | Port Minetest listens on. |
|
| `30000/udp` | Port Minetest listens on (UDP). |
|
||||||
|
|
||||||
### Environment Variables (`-e`)
|
### Environment Variables (`-e`)
|
||||||
|
|
||||||
|
@ -105,7 +105,7 @@ Containers are configured using parameters passed at runtime (such as those abov
|
||||||
| `PUID=1000` | for UserID - see below for explanation |
|
| `PUID=1000` | for UserID - see below for explanation |
|
||||||
| `PGID=1000` | for GroupID - see below for explanation |
|
| `PGID=1000` | for GroupID - see below for explanation |
|
||||||
| `TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
|
| `TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
|
||||||
| `CLI_ARGS=--gameid minetest --port 30000` | Optionally specify any [CLI variables](https://wiki.minetest.net/Command_line) you want to launch the app with |
|
| `CLI_ARGS=--gameid devtest` | Optionally specify any [CLI variables](https://wiki.minetest.net/Command_line) you want to launch the app with |
|
||||||
|
|
||||||
### Volume Mappings (`-v`)
|
### Volume Mappings (`-v`)
|
||||||
|
|
||||||
|
@ -281,7 +281,9 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
* **26.01.24:** - Temporaroly pin irrlicht to continue building pending a bugfix release.
|
* **12.05.24:** - Unpin irrlicht, enable IPv6 support in default conf.
|
||||||
|
* **10.05.24:** - Enable PostgreSQL backend and fix libspatialindex branch name.
|
||||||
|
* **26.01.24:** - Temporarily pin irrlicht to continue building pending a bugfix release.
|
||||||
* **23.12.23:** - Rebase to Alpine 3.19.
|
* **23.12.23:** - Rebase to Alpine 3.19.
|
||||||
* **12.07.23:** - Rebase to Alpine 3.18, remove minetest_game.
|
* **12.07.23:** - Rebase to Alpine 3.18, remove minetest_game.
|
||||||
* **06.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
|
* **06.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
|
||||||
|
|
Ładowanie…
Reference in New Issue