mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
AI review fixes
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user