mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-09 12:21:57 -04:00
fix pihole admin port format in docker-compose
This commit is contained in:
parent
a15350cc77
commit
0ec5ba0595
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue