Add hostname for pihole

This commit is contained in:
Marko Korhonen 2020-07-12 13:45:12 +03:00
parent 7609b5e50c
commit 71e80785bc

View file

@ -3,6 +3,7 @@ version: "3"
services:
pihole:
container_name: pihole
hostname: pihole.reekynet.com
image: pihole/pihole:latest
ports:
- "53:53/tcp"