summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorElizabeth <elizabeth@simponic.xyz>2024-04-02 14:49:18 -0600
committerElizabeth <elizabeth@simponic.xyz>2024-04-02 14:49:18 -0600
commitd7843d18d01a0b74319b66e5fbfbc680faa1951d (patch)
treed5fd98de6c712d2bad56f952d47ca6faf5be6088 /Dockerfile
parent1fb45f8c4aca0d0d61b017d4b7afe24d0157fd18 (diff)
downloadhatecomputers.club-d7843d18d01a0b74319b66e5fbfbc680faa1951d.tar.gz
hatecomputers.club-d7843d18d01a0b74319b66e5fbfbc680faa1951d.zip
stop being authoritative for stuff not in internal dns
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index a46f6c4..591423f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,4 +11,4 @@ RUN go build -o /app/hatecomputers
EXPOSE 8080
-CMD ["/app/hatecomputers", "--server", "--migrate", "--port", "8080", "--template-path", "/app/templates", "--database-path", "/app/db/hatecomputers.db", "--static-path", "/app/static", "--scheduler", "--dns", "--dns-port", "8053", "--dns-recursion", "1.1.1.1:53,1.0.0.1:53"]
+CMD ["/app/hatecomputers", "--server", "--migrate", "--port", "8080", "--template-path", "/app/templates", "--database-path", "/app/db/hatecomputers.db", "--static-path", "/app/static", "--scheduler", "--dns", "--dns-port", "8053"]