diff options
| author | Admin <babylon9@mx.buetow.org> | 2023-04-15 21:47:13 +0000 |
|---|---|---|
| committer | Admin <babylon9@mx.buetow.org> | 2023-04-15 21:47:13 +0000 |
| commit | ccbc13e7a8651290e05f82ec9a9ca615896c1de0 (patch) | |
| tree | 52a713c9ec1e24df510e6c009e7436f5781e9902 /docker | |
| parent | a35014d1c24b4d9f71ed9c2b6f62ff411b3eecc8 (diff) | |
also persist session db
Diffstat (limited to 'docker')
| -rw-r--r-- | docker/anki-sync-server/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/anki-sync-server/Dockerfile b/docker/anki-sync-server/Dockerfile index 3a86cee..a120445 100644 --- a/docker/anki-sync-server/Dockerfile +++ b/docker/anki-sync-server/Dockerfile @@ -10,7 +10,7 @@ WORKDIR /anki-sync-server RUN pip3.9 install -r /anki-sync-server/requirements.txt RUN pip3.9 install -e /anki-sync-server -RUN sed -i 's|^data_root =.*|data_root = /data/collections|; s|^auth_db_path =.*|auth_db_path = /data/auth.db|' /anki-sync-server/ankisyncd.conf +RUN sed -i 's|^data_root =.*|data_root = /data/collections|; s|^auth_db_path =.*|auth_db_path = /data/auth.db|; s|^session_db_path =.*|session_db_path = /data/session.db|' /anki-sync-server/ankisyncd.conf RUN adduser anki-sync-server USER anki-sync-server |
