Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: "3.8"
- services:
- kometa:
- image: kometateam/kometa
- container_name: kometa
- volumes:
- - /volume1/docker/kometa/config:/config:rw
- environment:
- - PUID=1026
- - PGID=100
- - TZ=Europe/Budapest
- - KOMETA_CONFIG=/config/config.yml # Specify a custom config file to use.
- - KOMETA_TIME=03:00 # Comma-separated list of times to update each day, HH:MM
- - KOMETA_RUN=False #True # Set to True to run without the scheduler.
- - KOMETA_TEST=False #True # Set to True to run in debug mode with only collections that have test true.
- - KOMETA_NO_MISSING=False # Set to True to run without any of the missing movie/show functions.
- restart: unless-stopped
Add Comment
Please, Sign In to add comment