Skip to content

Commit

Permalink
Kometa rebrand
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChrisK authored Apr 23, 2024
1 parent 6e367e7 commit 02d87f2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
version: "2.1"
services:
plex-meta-manager:
image: meisnate12/plex-meta-manager:latest
container_name: plex-meta-manager
hostname: pmm
kometa:
image: kometateam/kometa:nightly
container_name: kometa
hostname: kometa
environment:
- PUID=1000
- PGID=1000
- TZ=US/Central
- PMM_TIME=7:00
- KOMETA_TIMES=6:00,18:00
volumes:
- /plex-meta-manager:/config
- /kometa:/config
restart: unless-stopped

0 comments on commit 02d87f2

Please sign in to comment.