hi guys, someone know how to run kometa by command? I used to run pmm by "python plex_meta_manager.py -r" previously in Container Manager in Synology
I've just transfer from pmm to kometa so how can I run a test with the new installed kometa
or I have to wait till next morning to see if it works? Thank you very much for your help
Here below is my docker compose:
version: '3.3'
services:
kometa:
container_name: kometa
volumes:
- '/volume2/docker/kometa:/config'
environment:
- PUID=1027
- PGID=100
- TZ=Asia/Saigon
restart: always
image: lscr.io/linuxserver/kometa:latest