Skip to content

Commit 3530995

Browse files
authored
Merge pull request #1192 from pi-hole/docker/ntp
Add NTPport to docker compose example file
2 parents b98507d + 8f96b06 commit 3530995

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)