Remove UDP ports

This commit is contained in:
caskd 2020-02-15 23:00:51 +01:00
parent 71ed38a178
commit cf11fdb7af
No known key found for this signature in database
GPG Key ID: 79DB21404E300A27
1 changed files with 1 additions and 1 deletions

View File

@ -30,6 +30,6 @@ services:
- "/etc/hosts:/etc/hosts:ro"
ports:
- "53:5353/tcp"
- "53:5353/udp"
# - "53:5353/udp" // See https://www.us-cert.gov/ncas/alerts/TA14-017A
networks:
- backend