Skip to content

Commit a171150

Browse files
authored
docs: remove obsolete version property from Docker Compose examples (minekube#604)
1 parent 4592ec4 commit a171150

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.web/docs/guide/install/docker.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ A [Minekube Connect](https://connect.minekube.com/) token json file can be autom
127127
Copy the following snippet into a `docker-compose.yaml` file and run `docker-compose up`.
128128

129129
```yaml docker-compose.yaml
130-
version: '3.9'
131-
132130
services:
133131
gate:
134132
image: ghcr.io/minekube/gate:latest
@@ -158,8 +156,6 @@ You can join at `localhost:25565` and use `/server` to switch between the server
158156
If you need [Bedrock Edition support](../bedrock), use the JRE variant image:
159157

160158
```yaml docker-compose.yaml
161-
version: '3.9'
162-
163159
services:
164160
gate:
165161
image: ghcr.io/minekube/gate/jre:latest

0 commit comments

Comments
 (0)