Remove version from docker compose since it's been deprecated (#2816)

This commit is contained in:
MASACR99
2024-05-06 21:35:50 +02:00
committed by GitHub
parent f06ebae451
commit f659c56f18
88 changed files with 0 additions and 168 deletions

View File

@@ -31,7 +31,6 @@ When attached in this way you can stop the server, edit the configuration under
With Docker Compose, setting up a host attached directory is even easier since relative paths can be configured. For example, with the following `docker-compose.yml` Docker will automatically create/attach the relative directory `minecraft-data` to the container.
``` yaml title="docker-compose.yml"
version: "3"
services:
mc: