kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
99d214994a
commit
4422896a61
|
@ -70,7 +70,7 @@ services:
|
||||||
- UPDATE_IP=ipv4 #optional
|
- UPDATE_IP=ipv4 #optional
|
||||||
- LOG_FILE=false #optional
|
- LOG_FILE=false #optional
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/appdata/config:/config #optional
|
- /path/to/duckdns/config:/config #optional
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -87,7 +87,7 @@ docker run -d \
|
||||||
-e TOKEN=token \
|
-e TOKEN=token \
|
||||||
-e UPDATE_IP=ipv4 `#optional` \
|
-e UPDATE_IP=ipv4 `#optional` \
|
||||||
-e LOG_FILE=false `#optional` \
|
-e LOG_FILE=false `#optional` \
|
||||||
-v /path/to/appdata/config:/config `#optional` \
|
-v /path/to/duckdns/config:/config `#optional` \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
lscr.io/linuxserver/duckdns:latest
|
lscr.io/linuxserver/duckdns:latest
|
||||||
```
|
```
|
||||||
|
@ -123,7 +123,7 @@ Containers are configured using parameters passed at runtime (such as those abov
|
||||||
|
|
||||||
| Volume | Function |
|
| Volume | Function |
|
||||||
| :----: | --- |
|
| :----: | --- |
|
||||||
| `/config` | Used in conjunction with logging to file. |
|
| `/config` | Persistent config files |
|
||||||
|
|
||||||
#### Miscellaneous Options
|
#### Miscellaneous Options
|
||||||
|
|
||||||
|
@ -312,6 +312,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **23.12.23:** - Rebase to Alpine 3.19.
|
||||||
* **14.10.23:** - Rework shell script for case insensitivity and update readme to be more clear.
|
* **14.10.23:** - Rework shell script for case insensitivity and update readme to be more clear.
|
||||||
* **13.10.23:** - Add support for public IPv6 address update using Cloudflare.
|
* **13.10.23:** - Add support for public IPv6 address update using Cloudflare.
|
||||||
* **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