Add cinny as frontend for matrix
This commit is contained in:
parent
ff7537dd26
commit
854e6099a2
2 changed files with 23 additions and 0 deletions
|
|
@ -43,3 +43,12 @@ services:
|
|||
volumes:
|
||||
- ./mautrix-whatsapp/:/data
|
||||
|
||||
cinny:
|
||||
container_name: cinny
|
||||
image: ajbura/cinny
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./cinny/config.json:/app/config.json
|
||||
ports:
|
||||
- 9881:80/tcp
|
||||
|
||||
|
|
|
|||
Reference in a new issue