AI review fixes

This commit is contained in:
Matej Bačo
2025-09-15 16:41:17 +02:00
parent 616fef17a8
commit e6de282275
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -1081,8 +1081,9 @@ services:
restart: unless-stopped
<<: *x-logging
command: ["-conf", "/mnt/resources/Corefile"]
ports:
- "1053:1053"
# If you need to debug CoreDNS, do it from "appwrite container", or port forward:
# ports:
# - "53:53"
networks:
appwrite:
ipv4_address: 172.16.238.100
+1 -1
View File
@@ -19,5 +19,5 @@ stage-wrong-cname IN CNAME cname-wrong.tests.appwrite.io.
stage-wrong-caa IN A 203.0.0.1
stage-wrong-caa IN CAA 0 issue "unknown-issuer.org"
stage-correct-caa IN CNAME cname.localhost.
stage-correct-caa IN A 203.0.0.1
stage-correct-caa IN CAA 0 issue "digicert.com"