All checks were successful
Build and Push / check-and-build (push) Successful in 1m14s
23 lines
595 B
Markdown
23 lines
595 B
Markdown
# protonmailbridge-fix
|
|
|
|
Wrapper-Image für `shenxn/protonmail-bridge:latest` mit `libfido2-1` installiert.
|
|
|
|
## Hintergrund
|
|
|
|
Proton Mail Bridge 3.22.0+ benötigt `libfido2`, aber das shenxn-Image enthält diese Bibliothek nicht. Dieses Image fügt sie hinzu.
|
|
|
|
## Verwendung
|
|
|
|
```yaml
|
|
proton-bridge:
|
|
image: git.tdpi.dev/tdpi/protonmailbridge-fix:latest
|
|
container_name: protonmail-bridge
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./data:/root
|
|
```
|
|
|
|
## Automatische Updates
|
|
|
|
Der Workflow prüft täglich um 04:00 UTC ob sich `shenxn/protonmail-bridge:latest` geändert hat und baut nur dann neu.
|