Skip to content

Commit

Permalink
feat(goatcounter): use SQLite defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed Oct 20, 2024
1 parent b4fa781 commit e295a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/goatcounter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit e295a1b

Please sign in to comment.