aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-05-05 04:46:18 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-05-05 04:49:10 +0300
commitc3e4e3ddac9d167ef349569f6cadc283c6054a24 (patch)
tree61794b8e3d227fe4f3b9e5b418da229a66ded6a0
parentget rid of unnecessary sudo in Docker (diff)
downloadjekyll-docker-c3e4e3ddac9d167ef349569f6cadc283c6054a24.tar.gz
jekyll-docker-c3e4e3ddac9d167ef349569f6cadc283c6054a24.zip
docker-compose: lower the format version
-rw-r--r--docker-compose.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index c0dda14..97aa312 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -12,7 +12,8 @@
# one.
# This has some nice properties (there's now a common base image for all Jekyll
# projects), but some drawbacks as well.
-version: '3.2'
+
+version: '3'
services:
base:
build: