From 78bb1e6580cf7d1c018a69fd02b8e368f38d3091 Mon Sep 17 00:00:00 2001 From: Stefan Haun Date: Thu, 19 Jan 2023 19:44:41 +0100 Subject: [PATCH] Set compose version to "2" (#299) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This docker-compose works well as a version-2 file and is available to more installations. Co-authored-by: Nelson Estevão --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 2ad61ee..e44443f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,4 @@ -version: "3.8" +version: "2" services: jekyll: image: jekyll/jekyll:3.8 @@ -9,4 +9,4 @@ services: - .:/srv/jekyll environment: JEKYLL_UID: 1001 - JEKYLL_GID: 1001 \ No newline at end of file + JEKYLL_GID: 1001