From 2fd7244b8dfcaa39c8baebd5eabbf06553ef8ba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Peters?= Date: Fri, 13 Aug 2021 21:55:51 +0200 Subject: [PATCH] Update firststeps-disable_ipv6.md --- docs/firststeps-disable_ipv6.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/firststeps-disable_ipv6.md b/docs/firststeps-disable_ipv6.md index f522d4d05..3f3480e44 100644 --- a/docs/firststeps-disable_ipv6.md +++ b/docs/firststeps-disable_ipv6.md @@ -38,6 +38,7 @@ version: '2.1' services: ipv6nat-mailcow: + image: bash:latest restart: "no" entrypoint: ["echo", "ipv6nat disabled in compose.override.yml"] ```