mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -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:
|
# pihole:
|
||||||
# image: pihole/pihole:latest
|
# image: pihole/pihole:latest
|
||||||
# ports:
|
# 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:
|
# environment:
|
||||||
# WEBPASSWORD: 'set a secure password here or it will be random'
|
# WEBPASSWORD: 'set a secure password here or it will be random'
|
||||||
# volumes:
|
# volumes:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue