kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
0869e822f0
commit
85f8770b98
|
@ -64,7 +64,7 @@ services:
|
||||||
- TZ=Etc/UTC
|
- TZ=Etc/UTC
|
||||||
- CONFIGFILE=/config/adguardhome-sync.yaml #optional
|
- CONFIGFILE=/config/adguardhome-sync.yaml #optional
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/appdata/config:/config
|
- /path/to/adguardhome-sync/config:/config
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -80,7 +80,7 @@ docker run -d \
|
||||||
-e TZ=Etc/UTC \
|
-e TZ=Etc/UTC \
|
||||||
-e CONFIGFILE=/config/adguardhome-sync.yaml `#optional` \
|
-e CONFIGFILE=/config/adguardhome-sync.yaml `#optional` \
|
||||||
-p 8080:8080 \
|
-p 8080:8080 \
|
||||||
-v /path/to/appdata/config:/config \
|
-v /path/to/adguardhome-sync/config:/config \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
lscr.io/linuxserver/adguardhome-sync:latest
|
lscr.io/linuxserver/adguardhome-sync:latest
|
||||||
```
|
```
|
||||||
|
@ -278,6 +278,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **31.01.24:** - Rebase to Alpine 3.19.
|
||||||
* **11.06.23:** - Rebase to Alpine 3.18, deprecate armhf.
|
* **11.06.23:** - Rebase to Alpine 3.18, deprecate armhf.
|
||||||
* **07.02.23:** - Rebase to Alpine 3.17, update amd64 artifact name.
|
* **07.02.23:** - Rebase to Alpine 3.17, update amd64 artifact name.
|
||||||
* **03.10.22:** - Rebase to Alpine 3.16, migrate to s6v3.
|
* **03.10.22:** - Rebase to Alpine 3.16, migrate to s6v3.
|
||||||
|
|
Ładowanie…
Reference in New Issue