pi-hole / docker-pi-hole

Pi-hole in a docker container
https://pi-hole.net
Other
8.39k stars 1.12k forks source link

Fix README quickstart guide #1548

Closed samyuh closed 7 months ago

samyuh commented 7 months ago

The command in quickstart to init docker-compose is wrong.

Description

Change docker compose up -d to docker-compose up -d

Motivation and Context

People who don't know how to code can get stuck in this step

How Has This Been Tested?

NA