1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-24 07:03:03 +02:00

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

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: