kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
69fa5146f2
commit
9c86f4484f
|
@ -53,9 +53,10 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
|
- TZ=Etc/UTC
|
||||||
volumes:
|
volumes:
|
||||||
- <path to data>:/config
|
- /path/to/data>:/config
|
||||||
- <path to downloads folder>:/download
|
- /path/to/downloads/folder:/download
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -68,11 +69,13 @@ docker run -d \
|
||||||
--name=davos \
|
--name=davos \
|
||||||
-e PUID=1000 \
|
-e PUID=1000 \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
|
-e TZ=Etc/UTC \
|
||||||
-p 8080:8080 \
|
-p 8080:8080 \
|
||||||
-v <path to data>:/config \
|
-v /path/to/data>:/config \
|
||||||
-v <path to downloads folder>:/download \
|
-v /path/to/downloads/folder:/download \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
lscr.io/linuxserver/davos:latest
|
lscr.io/linuxserver/davos:latest
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Parameters
|
## Parameters
|
||||||
|
@ -91,6 +94,7 @@ Docker images are configured using parameters passed at runtime (such as those a
|
||||||
| :----: | --- |
|
| :----: | --- |
|
||||||
| `PUID=1000` | for UserID - see below for explanation |
|
| `PUID=1000` | for UserID - see below for explanation |
|
||||||
| `PGID=1000` | for GroupID - see below for explanation |
|
| `PGID=1000` | for GroupID - see below for explanation |
|
||||||
|
| `TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
|
||||||
|
|
||||||
### Volume Mappings (`-v`)
|
### Volume Mappings (`-v`)
|
||||||
|
|
||||||
|
@ -153,6 +157,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **13.02.23:** - Rebase to Alpine 3.17, migrate to s6v3.
|
||||||
* **15.01.22:** - Rebasing to alpine 3.15.
|
* **15.01.22:** - Rebasing to alpine 3.15.
|
||||||
* **01.06.20:** - Rebasing to alpine 3.12.
|
* **01.06.20:** - Rebasing to alpine 3.12.
|
||||||
* **19.12.19:** - Rebasing to alpine 3.11.
|
* **19.12.19:** - Rebasing to alpine 3.11.
|
||||||
|
|
Ładowanie…
Reference in New Issue