From b4f96f0a5f4b998273411b9cb50263c87e3af8fe Mon Sep 17 00:00:00 2001 From: Fred Date: Sun, 27 Nov 2022 11:47:39 +0800 Subject: [PATCH] Update README.md add version field to avoid below error: ```bash # docker-compose up -d ERROR: The Compose file './docker-compose.yml' is invalid because: Unsupported config option for services: 'zoffline' ``` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ff1ddf1..68ee230 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ zoffline can be installed on the same machine as Zwift or another local machine. * Install docker-compose * Either use the ``docker-compose.yml`` file in this repo which will build from the Dockerfile, or use this example compose file: ``` + version: "3.3" services: zoffline: image: zoffline/zoffline:latest