diff --git a/apps/goatcounter/Dockerfile b/apps/goatcounter/Dockerfile index 00bf91ca..f8e9ca4b 100644 --- a/apps/goatcounter/Dockerfile +++ b/apps/goatcounter/Dockerfile @@ -23,4 +23,4 @@ VOLUME ["/data", "/tmp"] ENV TMPDIR=/tmp WORKDIR /data ENTRYPOINT ["/catatonit", "--", "/app/goatcounter"] -CMD ["serve", "-automigrate", "-listen=:8080", "-tls=proxy", "-db=sqlite+file:/data/db/goatcounter.sqlite3?_journal_mode=wal&_busy_timeout=200&_cache_size=-20000", "-smtp=stdout", "-email-from=goatcounter@localhost"] +CMD ["serve", "-automigrate", "-listen=:8080", "-tls=proxy", "-db=sqlite+file:/data/db/goatcounter.sqlite3", "-smtp=stdout", "-email-from=goatcounter@localhost"]