Advertisement
vawaver

Tautulli stack

Sep 7th, 2021
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. version: "2.1"
  2. services:
  3. tautulli:
  4. image: ghcr.io/linuxserver/tautulli
  5. container_name: tautulli
  6. environment:
  7. - PUID=1000
  8. - PGID=1000
  9. - TZ=Europe/Bratislava
  10. volumes:
  11. - /home/tony/tautulli/config:/config
  12. - /home/tony/plex/config/Library/Application Support/Plex Media Server/Logs:/plexlogs
  13. ports:
  14. - 8182:8181
  15. restart: unless-stopped
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement