We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4592ec4 commit a171150Copy full SHA for a171150
1 file changed
.web/docs/guide/install/docker.md
@@ -127,8 +127,6 @@ A [Minekube Connect](https://connect.minekube.com/) token json file can be autom
127
Copy the following snippet into a `docker-compose.yaml` file and run `docker-compose up`.
128
129
```yaml docker-compose.yaml
130
-version: '3.9'
131
-
132
services:
133
gate:
134
image: ghcr.io/minekube/gate:latest
@@ -158,8 +156,6 @@ You can join at `localhost:25565` and use `/server` to switch between the server
158
156
If you need [Bedrock Edition support](../bedrock), use the JRE variant image:
159
157
160
161
162
163
164
165
image: ghcr.io/minekube/gate/jre:latest
0 commit comments