Mount hosts file

This commit is contained in:
caskd 2020-02-01 12:09:09 +01:00
parent e4848bdee9
commit c8acb1d4e8
No known key found for this signature in database
GPG Key ID: 79DB21404E300A27
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ services:
order: start-first
failure_action: rollback
logging: *json-log
volumes:
- "/etc/hosts:/etc/hosts:ro"
ports:
- "53:5353/tcp"
- "53:5353/udp"