From 014c1048f1b52a581047a6d582d245e7dbc6e8a2 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Mon, 3 Jul 2023 21:13:17 +0000 Subject: [PATCH] Install: Add 'hmac_key' to docker-compose (#415) --- docs/installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/installation.md b/docs/installation.md index 8d3f534..13f53bf 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -63,6 +63,7 @@ services: # domain: # https_only: false # statistics_enabled: false + hmac_key: "CHANGE_ME!!" healthcheck: test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/comments/jNQXAC9IVRw || exit 1 interval: 30s