ankicommunity / anki-sync-server-rs

A personal custom Anki sync server,aim to provide an easier way for deployment
GNU Affero General Public License v3.0
180 stars 27 forks source link

docker 0.2.6 version cannot run #57

Closed aaro-n closed 1 year ago

aaro-n commented 1 year ago

Problem Description

Try to use docker compose to run version 0.2.6. When running, it prompts anki-container | /usr/local/bin/ankisyncd: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory,The previous version was fine.

Docker Compose

version: "3"

services:
    anki-container:
        image: ankicommunity/anki-sync-server-rs:latest
        container_name: anki-container
        restart: unless-stopped
        environment:
          - ANKISYNCD_USERNAME=test
          - ANKISYNCD_PASSWORD=123456
        ports:
          - "27701:27701"
dobefore commented 1 year ago

Thanks for the bug reporting! I will fix it ASAP.

dobefore commented 1 year ago

@aaro-n ,I've just pushed new images to docker hub.Now,You can retry it with image tagged latest instead of '0.2.6' .Hopefully this would fix the issue.

And looking forward to your feedback!

aaro-n commented 1 year ago

The latest docker image is already working and will close this issue.