mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
chore(deps): update adguard/adguardhome docker tag to v0.107.53 (#2230)
* chore(deps): update adguard/adguardhome docker tag to v0.107.53 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github-action update-app-version
parent
d762632e7d
commit
60808a3294
@@ -0,0 +1,30 @@
|
||||
services:
|
||||
adguardhome:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_DNS}:53/tcp
|
||||
- ${PANEL_APP_PORT_DNS}:53/udp
|
||||
- ${PANEL_APP_PORT_DHCP_1}:67/udp
|
||||
- ${PANEL_APP_PORT_DHCP_2}:68/udp
|
||||
- ${PANEL_APP_PORT_HTTP_1}:80/tcp
|
||||
- ${PANEL_APP_PORT_DOH}:443/tcp
|
||||
- ${PANEL_APP_PORT_DOH}:443/udp
|
||||
- ${PANEL_APP_PORT_HTTP}:3000/tcp
|
||||
- ${PANEL_APP_PORT_DOT}:853/tcp
|
||||
- ${PANEL_APP_PORT_QUIC_1}:784/udp
|
||||
- ${PANEL_APP_PORT_DOT}:853/udp
|
||||
- ${PANEL_APP_PORT_QUIC_2}:8853/udp
|
||||
- ${PANEL_APP_PORT_DNS_CRYPT}:5443/tcp
|
||||
- ${PANEL_APP_PORT_DNS_CRYPT}:5443/udp
|
||||
volumes:
|
||||
- ./data/work:/opt/adguardhome/work
|
||||
- ./data/conf:/opt/adguardhome/conf
|
||||
image: adguard/adguardhome:v0.107.53
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user