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 +```