fix pihole admin port format in docker-compose

This commit is contained in:
Nick Sweeting 2022-03-16 14:15:37 -07:00 committed by GitHub
parent a15350cc77
commit 0ec5ba0595
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ services:
# pihole:
# image: pihole/pihole:latest
# ports:
# - 80/80 # uncomment to access the admin HTTP interface on http://localhost:80
# - 80:80 # uncomment to access the admin HTTP interface on http://localhost:80
# environment:
# WEBPASSWORD: 'set a secure password here or it will be random'
# volumes: