From ea6e8e6a74feef5241b754cc58f396ac4f8b4290 Mon Sep 17 00:00:00 2001 From: Jan Malte Gerth Date: Fri, 25 Mar 2022 12:26:49 +0100 Subject: [PATCH] fix: undo translation of 'restart' keyword for docker-compose (#385) --- docs/post_installation/firststeps-disable_ipv6.de.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/post_installation/firststeps-disable_ipv6.de.md b/docs/post_installation/firststeps-disable_ipv6.de.md index 7a3d0e2e6..6585374b0 100644 --- a/docs/post_installation/firststeps-disable_ipv6.de.md +++ b/docs/post_installation/firststeps-disable_ipv6.de.md @@ -39,7 +39,7 @@ services: ipv6nat-mailcow: image: bash:latest - neustart: "no" + restart: "no" entrypoint: ["echo", "ipv6nat disabled in compose.override.yml"] ``` @@ -80,4 +80,4 @@ Starten Sie Postfix neu: ``` docker-compose restart postfix-mailcow -``` \ No newline at end of file +```