Skip to content

Commit 8f96b06

Browse files
committed
Add NTPport to docker compose example file
Signed-off-by: yubiuser <[email protected]>
1 parent b98507d commit 8f96b06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/docker/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ services:
1818
- "443:443/tcp"
1919
# Uncomment the below if using Pi-hole as your DHCP Server
2020
#- "67:67/udp"
21+
# Uncomment the line below if you are using Pi-hole as your NTP server
22+
#- "123:123/udp"
2123
environment:
2224
# Set the appropriate timezone for your location from
2325
# https://en.wikipedia.org/wiki/List_of_tz_database_time_zones, e.g:

0 commit comments

Comments
 (0)