Skip to content

Commit 6d5c4ea

Browse files
committed
chore: regenerate with dbuild generate v1.4.0
1 parent 7bd0b19 commit 6d5c4ea

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
THIS FILE IS AUTOGENERATED - DO NOT EDIT MANUALLY
3-
Source: daemonless/templates/README.j2
3+
Source: dbuild templates
44
-->
55

66
# AdGuard Home
@@ -29,8 +29,8 @@ services:
2929
- PGID=1000
3030
- TZ=UTC
3131
volumes:
32-
- /path/to/containers/adguardhome/conf:/opt/adguardhome/conf
33-
- /path/to/containers/adguardhome/work:/opt/adguardhome/work
32+
- /path/to/containers/adguardhome/opt/adguardhome/conf:/opt/adguardhome/conf
33+
- /path/to/containers/adguardhome/opt/adguardhome/work:/opt/adguardhome/work
3434
ports:
3535
- 53:53
3636
- 53:53
@@ -72,8 +72,8 @@ podman run -d --name adguardhome \
7272
-e PUID=@PUID@ \
7373
-e PGID=@PGID@ \
7474
-e TZ=@TZ@ \
75-
-v /path/to/containers/adguardhome/conf:/opt/adguardhome/conf \
76-
-v /path/to/containers/adguardhome/work:/opt/adguardhome/work \
75+
-v /path/to/containers/adguardhome/opt/adguardhome/conf:/opt/adguardhome/conf \
76+
-v /path/to/containers/adguardhome/opt/adguardhome/work:/opt/adguardhome/work \
7777
ghcr.io/daemonless/adguardhome:latest
7878
```
7979
Access at: `http://localhost:53`
@@ -108,8 +108,8 @@ Access at: `http://localhost:53`
108108
- "6060:6060"
109109
- "8853:8853"
110110
volumes:
111-
- "/path/to/containers/adguardhome/conf:/opt/adguardhome/conf"
112-
- "/path/to/containers/adguardhome/work:/opt/adguardhome/work"
111+
- "/path/to/containers/adguardhome/opt/adguardhome/conf:/opt/adguardhome/conf"
112+
- "/path/to/containers/adguardhome/opt/adguardhome/work:/opt/adguardhome/work"
113113
```
114114
115115
## Configuration
@@ -131,20 +131,20 @@ Access at: `http://localhost:53`
131131
| Port | Protocol | Description |
132132
|------|----------|-------------|
133133
| `53` | TCP | DNS (TCP/UDP) |
134-
| `53` | TCP | DNS (TCP/UDP) |
135-
| `67` | TCP | |
136-
| `68` | TCP | |
134+
| `53` | UDP | DNS (TCP/UDP) |
135+
| `67` | UDP | |
136+
| `68` | UDP | |
137137
| `80` | TCP | HTTP |
138138
| `443` | TCP | HTTPS / DNS-over-HTTPS (TCP/UDP) |
139-
| `443` | TCP | HTTPS / DNS-over-HTTPS (TCP/UDP) |
140-
| `784` | TCP | |
141-
| `853` | TCP | DNS-over-TLS (TCP/UDP) |
139+
| `443` | UDP | HTTPS / DNS-over-HTTPS (TCP/UDP) |
140+
| `784` | UDP | |
142141
| `853` | TCP | DNS-over-TLS (TCP/UDP) |
142+
| `853` | UDP | DNS-over-TLS (TCP/UDP) |
143143
| `3000` | TCP | Web UI (Setup/Admin) |
144144
| `5443` | TCP | DNS-over-HTTPS (TCP/UDP) |
145-
| `5443` | TCP | DNS-over-HTTPS (TCP/UDP) |
145+
| `5443` | UDP | DNS-over-HTTPS (TCP/UDP) |
146146
| `6060` | TCP | Admin API |
147-
| `8853` | TCP | |
147+
| `8853` | UDP | |
148148

149149
## Notes
150150

0 commit comments

Comments
 (0)