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.
@@ -121,7 +121,7 @@ Container images are configured using parameters passed at runtime (such as thos
121
121
|`-e PUID=1000`| for UserID - see below for explanation |
122
122
|`-e PGID=1000`| for GroupID - see below for explanation |
123
123
|`-e TZ=Etc/UTC`| specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
124
-
|`-e CLI_ARGS="--gameid minetest --port 30000"`| Optionally specify any [CLI variables](https://wiki.minetest.net/Command_line) you want to launch the app with |
124
+
|`-e CLI_ARGS=--gameid minetest --port 30000`| Optionally specify any [CLI variables](https://wiki.minetest.net/Command_line) you want to launch the app with |
125
125
|`-v /config/.minetest`| Where minetest stores config files and maps etc. |
126
126
127
127
## Environment variables from files (Docker secrets)
@@ -233,6 +233,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
233
233
234
234
## Versions
235
235
236
+
***17.03.23:** - Fix CLI_ARGS example in readme.
236
237
***23.02.23:** - Rebase to Alpine 3.17, migrate to s6v3.
237
238
***06.08.22:** - Update irrlicht deps.
238
239
***02.05.22:** - Allow specifying the advertised port.
0 commit comments