diff options
| author | Elizabeth <elizabeth@simponic.xyz> | 2024-04-02 14:49:18 -0600 |
|---|---|---|
| committer | Elizabeth <elizabeth@simponic.xyz> | 2024-04-02 14:49:18 -0600 |
| commit | d7843d18d01a0b74319b66e5fbfbc680faa1951d (patch) | |
| tree | d5fd98de6c712d2bad56f952d47ca6faf5be6088 /Dockerfile | |
| parent | 1fb45f8c4aca0d0d61b017d4b7afe24d0157fd18 (diff) | |
| download | hatecomputers.club-d7843d18d01a0b74319b66e5fbfbc680faa1951d.tar.gz hatecomputers.club-d7843d18d01a0b74319b66e5fbfbc680faa1951d.zip | |
stop being authoritative for stuff not in internal dns
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] |
