kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
842f2ef857
commit
3175aa807f
|
@ -6,6 +6,7 @@ title: minetest
|
||||||
|
|
||||||
# [linuxserver/minetest](https://github.com/linuxserver/docker-minetest)
|
# [linuxserver/minetest](https://github.com/linuxserver/docker-minetest)
|
||||||
|
|
||||||
|
[](https://scarf.sh/gateway/linuxserver-ci/docker/linuxserver%2Fminetest)
|
||||||
[](https://github.com/linuxserver/docker-minetest)
|
[](https://github.com/linuxserver/docker-minetest)
|
||||||
[](https://github.com/linuxserver/docker-minetest/releases)
|
[](https://github.com/linuxserver/docker-minetest/releases)
|
||||||
[](https://github.com/linuxserver/docker-minetest/packages)
|
[](https://github.com/linuxserver/docker-minetest/packages)
|
||||||
|
@ -59,7 +60,7 @@ services:
|
||||||
- TZ=Europe/London
|
- TZ=Europe/London
|
||||||
- CLI_ARGS="--gameid minetest" #optional
|
- CLI_ARGS="--gameid minetest" #optional
|
||||||
volumes:
|
volumes:
|
||||||
- <path to data>:/config/.minetest
|
- /path/to/data:/config/.minetest
|
||||||
ports:
|
ports:
|
||||||
- 30000:30000/udp
|
- 30000:30000/udp
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -75,7 +76,7 @@ docker run -d \
|
||||||
-e TZ=Europe/London \
|
-e TZ=Europe/London \
|
||||||
-e CLI_ARGS="--gameid minetest" `#optional` \
|
-e CLI_ARGS="--gameid minetest" `#optional` \
|
||||||
-p 30000:30000/udp \
|
-p 30000:30000/udp \
|
||||||
-v <path to data>:/config/.minetest \
|
-v /path/to/data:/config/.minetest \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
lscr.io/linuxserver/minetest
|
lscr.io/linuxserver/minetest
|
||||||
```
|
```
|
||||||
|
@ -159,6 +160,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **19.01.21:** - Rebasing to alpine 3.15.
|
||||||
* **02.06.20:** - Rebasing to alpine 3.12.
|
* **02.06.20:** - Rebasing to alpine 3.12.
|
||||||
* **19.12.19:** - Rebasing to alpine 3.11.
|
* **19.12.19:** - Rebasing to alpine 3.11.
|
||||||
* **12.07.19:** - Bugfix to support multiple CLI variables.
|
* **12.07.19:** - Bugfix to support multiple CLI variables.
|
||||||
|
|
Ładowanie…
Reference in New Issue