Skip to content

Commit 138f0ab

Browse files
authored
Create docker-compose.yml
1 parent 4e5abf1 commit 138f0ab

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
services:
2+
tautulli:
3+
image: ghcr.io/tautulli/tautulli
4+
container_name: tautulli
5+
restart: unless-stopped
6+
volumes:
7+
- <path to data>:/config
8+
environment:
9+
- PUID=<uid>
10+
- PGID=<gid>
11+
- TZ=<timezone>
12+
ports:
13+
- 8181:8181

0 commit comments

Comments
 (0)