From 4559699f9ac87f410c94f226292eeb0ef869c026 Mon Sep 17 00:00:00 2001 From: Sebastian Wiesendahl Date: Fri, 8 Mar 2019 16:11:45 +0100 Subject: [PATCH] add a blank line in the docker-compose.yml example --- docs/content/config/troubleshooting/faq.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/config/troubleshooting/faq.md b/docs/content/config/troubleshooting/faq.md index f9af8d57..2aa6af3a 100644 --- a/docs/content/config/troubleshooting/faq.md +++ b/docs/content/config/troubleshooting/faq.md @@ -110,6 +110,7 @@ services: with [docker swarm](https://docs.docker.com/engine/swarm/configs/): ```docker-compose version: "3.3" + services: mail: image: tvial/docker-mailserver:latest