kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
bb3f4acbf9
commit
4e770b88e6
|
@ -66,7 +66,7 @@ services:
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Etc/UTC
|
- TZ=Etc/UTC
|
||||||
volumes:
|
volumes:
|
||||||
- <path to data>:/config
|
- /path/to/tautulli/config:/config
|
||||||
ports:
|
ports:
|
||||||
- 8181:8181
|
- 8181:8181
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -81,7 +81,7 @@ docker run -d \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
-e TZ=Etc/UTC \
|
-e TZ=Etc/UTC \
|
||||||
-p 8181:8181 \
|
-p 8181:8181 \
|
||||||
-v <path to data>:/config \
|
-v /path/to/tautulli/config:/config \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
lscr.io/linuxserver/tautulli:latest
|
lscr.io/linuxserver/tautulli:latest
|
||||||
```
|
```
|
||||||
|
@ -108,7 +108,7 @@ Containers are configured using parameters passed at runtime (such as those abov
|
||||||
|
|
||||||
| Volume | Function |
|
| Volume | Function |
|
||||||
| :----: | --- |
|
| :----: | --- |
|
||||||
| `/config` | Contains tautulli config and database. |
|
| `/config` | Persistent config files |
|
||||||
|
|
||||||
#### Miscellaneous Options
|
#### Miscellaneous Options
|
||||||
|
|
||||||
|
@ -295,6 +295,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **23.12.23:** - Rebase to Alpine 3.19.
|
||||||
* **26.08.23:** - Rebase to Alpine 3.18.
|
* **26.08.23:** - Rebase to Alpine 3.18.
|
||||||
* **22.06.23:** - Revert master branch to Alpine 3.17 due to issues with Python 3.11.
|
* **22.06.23:** - Revert master branch to Alpine 3.17 due to issues with Python 3.11.
|
||||||
* **25.05.23:** - Rebase to Alpine 3.18, deprecate armhf.
|
* **25.05.23:** - Rebase to Alpine 3.18, deprecate armhf.
|
||||||
|
|
Ładowanie…
Reference in New Issue