When I run the update.sh script I get:
Great! Native IPv6 NAT is active.
Validating docker-compose stack configuration…
services must be a mapping
Oh no, something went wrong. Please check the error message above.
So I look in my docker-compose.orride and all it has is
Services:
before the update it had
services:
ipv6nat-mailcow:
image: bash:latest
restart: "no"
entrypoint: ["echo", "ipv6nat disabled in compose.override.yml"]
So I tried restoring docker.compose.yml and the override files and run again. But the files get replaced again and the same error occurs. Not sure how to proceed. How can I get passed this issue?
Thanks