mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00: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…
Reference in a new issue