From ab9ba87e818b0037c0b4319b82b78a551a17d2c9 Mon Sep 17 00:00:00 2001 From: David Beniamine <david.beniamine@tetras-libre.fr> Date: Tue, 8 Nov 2022 11:53:08 +0100 Subject: [PATCH] Annotot persistence --- annotot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/annotot.yml b/annotot.yml index 95c3f5f..3122dfa 100644 --- a/annotot.yml +++ b/annotot.yml @@ -8,5 +8,5 @@ services: - IP=${ANNOTOT_LISTEN_IP} - ENV=${ANNOTOT_ENV} - SECRET_KEY_BASE=${ANNOTOT_SECRET_KEY_BASE} - #volumes: - # - ./annotot-db:/app/db + volumes: + - ./annotot-db:/app/db -- GitLab