最后活跃于 1712106875

Just edited the port to 8188

abdul 修订了这个 Gist 1712106875. 转到此修订

没有任何变更

abdul 修订了这个 Gist 1710524526. 转到此修订

1 file changed, 14 insertions

tautulli using portainer on diffrent port (文件已创建)

@@ -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
上一页 下一页