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: services:
pihole: pihole:
container_name: pihole container_name: pihole
hostname: pihole.reekynet.com
image: pihole/pihole:latest image: pihole/pihole:latest
ports: ports:
- "53:53/tcp" - "53:53/tcp"