Move to port 53

This commit is contained in:
caskd 2020-01-25 19:04:49 +01:00
parent 4a3e4628fe
commit e4848bdee9
No known key found for this signature in database
GPG Key ID: 79DB21404E300A27
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ services:
failure_action: rollback
logging: *json-log
ports:
- '5353:5353/tcp'
- '5353:5353/udp'
- "53:5353/tcp"
- "53:5353/udp"
networks:
- backend