mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-04-03 12:18:53 +00:00
Remove version from docker compose since it's been deprecated (#2816)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user