Last active 1712106875

Just edited the port to 8188

abdul revised this gist 1712106875. Go to revision

No changes

abdul revised this gist 1710524526. Go to revision

1 file changed, 14 insertions

tautulli using portainer on diffrent port (file created)

@@ -0,0 +1,14 @@
1 + version: "3.9"
2 + services:
3 + tautulli:
4 + image: ghcr.io/tautulli/tautulli
5 + hostname: tautulli
6 + ports:
7 + - 8188:8181
8 + volumes:
9 + - /volume1/docker/tautulli:/config
10 + environment:
11 + - PGID=100
12 + - TZ=Europe/Stockholm
13 + - PUID=1026
14 + restart: always
Newer Older