diff options
| author | Paul Buetow <paul@buetow.org> | 2023-04-16 20:39:44 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-04-16 20:39:44 +0300 |
| commit | dbab33a208385c00eab4109edb4cf221b3ea840e (patch) | |
| tree | 7ec2ff60006fcfb3fd7b01399a16d03580be8bf6 | |
| parent | ce4a4c9f23225b60a8428402ad04e8be2009ac90 (diff) | |
| parent | ccbc13e7a8651290e05f82ec9a9ca615896c1de0 (diff) | |
Merge branch 'master' of codeberg.org:snonux/rexfiles
| -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 |
