Actualiser docker-compose/plex/docker-compose.yml
This commit is contained in:
parent
b4c1b12a36
commit
5adb7abdee
@ -31,4 +31,14 @@ services:
|
||||
- /opt/tautulli/config:/config
|
||||
ports:
|
||||
- 8181:8181
|
||||
restart: unless-stopped
|
||||
restart: unless-stopped
|
||||
kometa:
|
||||
image: kometateam/kometa:latest
|
||||
container_name: kometa
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Paris
|
||||
volumes:
|
||||
- /opt/kometa/config:/config
|
||||
restart: unless-stopped
|
||||
Loading…
Reference in New Issue
Block a user