-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathdocker-compose COMBINED.yml
More file actions
29 lines (24 loc) · 882 Bytes
/
Copy pathdocker-compose COMBINED.yml
File metadata and controls
29 lines (24 loc) · 882 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
version: "2.1"
services:
plex-meta-manager:
image: lscr.io/linuxserver/kometa
container_name: kometa
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Stockholm
- KOMETA_TIME=08:00 #optional
- KOMETA_RUN=False #optional
- KOMETA_CONFIG=/config/config.yml #optional
- KOMETA_TEST=False #optional
- KOMETA_NO_MISSING=False #optional
volumes:
- ./config:/config
restart: unless-stopped
# This is the new docker-compose.yml file for Kometa. It combines the previous three services into one.
#Rename this file to just docker-compose.yml and rename the original docker-compose.yml to something else, like docker-compose-old.yml
#cd /your/file/path/to/Kometa
#sudo docker-compose up -d
#docker pull kometateam/kometa
#sudo docker-compose up -d
#add :develop to the image if you want to use the develop branch