From fe5d61f835f93e140ef12dc8b9d3ec66cf1539b6 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin <quentinduchemin@tuta.io> Date: Thu, 11 Jun 2020 22:38:52 +0200 Subject: [PATCH] [Doc] Add a general description for Compose template --- template/docker-compose.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/template/docker-compose.yml b/template/docker-compose.yml index 1b16dda7..3f4129de 100644 --- a/template/docker-compose.yml +++ b/template/docker-compose.yml @@ -1,5 +1,13 @@ version: "3.7" +# This is an example with common values. +# Depending on the context, you may no have +# to use them all : maybe you don't need +# volumes of Traefik, feel free to remove +# everything you don't need or understand +# to suit your needs. +# Don't hesitate to ask to the tech team. + volumes: # Declaration of Docker volume # Also use a name so that Docker Compose does not add -- GitLab