[anki] Change server implementation
The rust implementation supports the newer sync protocol
This commit is contained in:
parent
30a6687097
commit
0369e62288
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@ version: '3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
anki:
|
anki:
|
||||||
image: harbor.jfreudenberger.de:8443/anki/sync
|
image: ankicommunity/anki-sync-server-rs:${sync_server_version:-latest}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- anki-data:/data
|
- anki-data:/app
|
||||||
environment:
|
environment:
|
||||||
- VIRTUAL_HOST=anki.jfreudenberger.de
|
- VIRTUAL_HOST=anki.jfreudenberger.de
|
||||||
- VIRTUAL_PORT=27701
|
- VIRTUAL_PORT=27701
|
||||||
|
|
Loading…
Reference in a new issue