diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2025-01-05 17:00:43 -0800 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2025-01-05 17:00:43 -0800 |
commit | 604d4981f29470cd3c28692a79831f405db1eef2 (patch) | |
tree | 00c8a143c8959797954c52d3b74a2ed1aafe6250 | |
parent | 66df8b0e86f76fa3154ac9fad880d022c6c7843e (diff) | |
download | whois-604d4981f29470cd3c28692a79831f405db1eef2.tar.gz whois-604d4981f29470cd3c28692a79831f405db1eef2.zip |
add ntfy-listener arg
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,4 +10,4 @@ RUN go build -o /app/whois EXPOSE 8080 -CMD ["/app/whois", "--server", "--migrate", "--port", "8080", "--template-path", "/app/templates", "--database-path", "/app/db/whois.db", "--static-path", "/app/static", "--scheduler", "--ntfy-topics", "whois", "--ntfy-endpoint", "https://ntfy.simponic.hatecomputers.club"] +CMD ["/app/whois", "--server", "--migrate", "--port", "8080", "--template-path", "/app/templates", "--database-path", "/app/db/whois.db", "--static-path", "/app/static", "--scheduler", "--ntfy-topics", "whois", "--ntfy-endpoint", "https://ntfy.simponic.hatecomputers.club", "--ntfy-listener"] |