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
With the `VERSION` variable set to `LATEST`, which is the default, then the Bedrock server can be upgraded by restarting the container. At every startup, the container checks for the latest version and upgrades, if needed.
20
+
With the `VERSION` variable set to "LATEST", which is the default, then the Bedrock server can be upgraded by restarting the container. At every startup, the container checks for the latest version and upgrades, if needed.
21
+
22
+
The latest preview version can be requested by setting `VERSION` to "PREVIEW".
21
23
22
24
## Looking for a Java Edition Server
23
25
@@ -32,14 +34,15 @@ For Minecraft Java Edition you'll need to use this image instead:
32
34
-`EULA` (no default) : must be set to `TRUE` to
33
35
accept the [Minecraft End User License Agreement](https://minecraft.net/terms)
34
36
-`VERSION` (`LATEST`) : can be set to a specific server version or the following special values can be used:
35
-
-`LATEST` : determines the latest version and can be used to auto-upgrade on container start
37
+
-`LATEST` : determines the latest (non-preview) version and can be used to auto-upgrade on container start
38
+
-`PREVIEW` : determines the latest preview version and will auto-upgrade
36
39
-`PREVIOUS` : uses the previously maintained major version. Useful when the mobile app is gradually being upgraded across devices
37
40
-`1.11` : the latest version of 1.11
38
41
-`1.12` : the latest version of 1.12
39
42
-`1.13` : the latest version of 1.13
40
43
-`1.14` : the latest version of 1.14
41
44
-`1.16` : the latest version of 1.16
42
-
- otherwise any specific server version can be provided to allow for temporary bug avoidance, etc
45
+
- otherwise any specific server version can be provided. If it is a preview version, also set `PREVIEW` to "true"
43
46
-`UID` (default derived from `/data` owner) : can be set to a specific user ID to run the
44
47
bedrock server process
45
48
-`GID` (default derived from `/data` owner) : can be set to a specific group ID to run the
0 commit comments