kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Templated Files
rodzic
947ee05b4a
commit
546ce0c68e
|
@ -45,6 +45,7 @@ docker create \
|
||||||
-e PUID=1000 \
|
-e PUID=1000 \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
-e TZ=Europe/London \
|
-e TZ=Europe/London \
|
||||||
|
-e CLI_ARGS= `#optional` \
|
||||||
-p 8200:8200 \
|
-p 8200:8200 \
|
||||||
-v </path/to/appdata/config>:/config \
|
-v </path/to/appdata/config>:/config \
|
||||||
-v </path/to/backups>:/backups \
|
-v </path/to/backups>:/backups \
|
||||||
|
@ -69,6 +70,7 @@ services:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Europe/London
|
- TZ=Europe/London
|
||||||
|
- CLI_ARGS= #optional
|
||||||
volumes:
|
volumes:
|
||||||
- </path/to/appdata/config>:/config
|
- </path/to/appdata/config>:/config
|
||||||
- </path/to/backups>:/backups
|
- </path/to/backups>:/backups
|
||||||
|
@ -96,6 +98,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=Europe/London` | Specify a timezone to use EG Europe/London |
|
| `TZ=Europe/London` | Specify a timezone to use EG Europe/London |
|
||||||
|
| `CLI_ARGS=` | Optionally specify any [CLI variables](https://duplicati.readthedocs.io/en/latest/07-other-command-line-utilities/) you want to launch the app with |
|
||||||
|
|
||||||
### Volume Mappings (`-v`)
|
### Volume Mappings (`-v`)
|
||||||
|
|
||||||
|
@ -139,6 +142,7 @@ The webui is at `<your ip>:8200` , create backup jobs etc via the webui, for loc
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **16.07.19:** - Allow for additional command line arguments in an environment variable.
|
||||||
* **28.06.19:** - Rebase to bionic.
|
* **28.06.19:** - Rebase to bionic.
|
||||||
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
|
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
|
||||||
* **28.02.19:** - Allow access from all hostnames, clarify info on image tags.
|
* **28.02.19:** - Allow access from all hostnames, clarify info on image tags.
|
||||||
|
|
Ładowanie…
Reference in New Issue