Fixed basementpi compose format

This commit is contained in:
Justus Grunow 2024-11-15 10:50:32 -05:00
parent fa7fac3f65
commit 98a27586c0

View File

@ -13,7 +13,7 @@ services:
ports:
- '80:80'
environment:
- DEFAULT_HOST: "{{ pihole_hostname }}.{{ pihole_domain }}"
DEFAULT_HOST: "{{ pihole_hostname }}.{{ pihole_domain }}"
volumes:
- '/var/run/docker.sock:/tmp/docker.sock'
restart: always