commit c094507da3a9f270f4b1ff4283885ef7b1693e10 Author: stephane.david Date: Sat Feb 7 15:52:13 2026 +0100 First version diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..26b2cb3 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,14 @@ +version: '3' +services: + tautulli: + image: ghcr.io/tautulli/tautulli + container_name: tautulli + restart: always + volumes: + - /Var/lib/docker/volumes/tautilli/config:/config + environment: + - PUID=1000 + - PGID=1000 + - TZ=Europe/Paris + ports: + - 8181:8181 \ No newline at end of file