kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
19f4efac7e
commit
acfd6a4dc2
|
@ -106,6 +106,7 @@ services:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Etc/UTC
|
- TZ=Etc/UTC
|
||||||
|
- FIREFOX_CLI=https://www.linuxserver.io/ #optional
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/config:/config
|
- /path/to/config:/config
|
||||||
ports:
|
ports:
|
||||||
|
@ -124,6 +125,7 @@ docker run -d \
|
||||||
-e PUID=1000 \
|
-e PUID=1000 \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
-e TZ=Etc/UTC \
|
-e TZ=Etc/UTC \
|
||||||
|
-e FIREFOX_CLI=https://www.linuxserver.io/ `#optional` \
|
||||||
-p 3000:3000 \
|
-p 3000:3000 \
|
||||||
-p 3001:3001 \
|
-p 3001:3001 \
|
||||||
-v /path/to/config:/config \
|
-v /path/to/config:/config \
|
||||||
|
@ -150,6 +152,7 @@ Containers are configured using parameters passed at runtime (such as those abov
|
||||||
| `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). |
|
| `TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
|
||||||
|
| `FIREFOX_CLI=https://www.linuxserver.io/` | Specify one or multiple Firefox CLI flags, this string will be passed to the application in full. |
|
||||||
|
|
||||||
### Volume Mappings (`-v`)
|
### Volume Mappings (`-v`)
|
||||||
|
|
||||||
|
@ -327,6 +330,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **13.02.24:** - Add ability to pass CLI args to Firefox.
|
||||||
* **10.02.24:** - Update Readme with new env vars and ingest proper PWA icon.
|
* **10.02.24:** - Update Readme with new env vars and ingest proper PWA icon.
|
||||||
* **01.01.24:** - Rebase to Alpine 3.19.
|
* **01.01.24:** - Rebase to Alpine 3.19.
|
||||||
* **13.05.23:** - Rebase to Alpine 3.18.
|
* **13.05.23:** - Rebase to Alpine 3.18.
|
||||||
|
|
Ładowanie…
Reference in New Issue