Fixed docker hub instructions

main
Ben Busby 2020-05-22 16:33:06 -06:00 committed by GitHub
parent 699aa4f2e7
commit c9f99b3eb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ sudo systemctl start whoogle
Through Docker Hub: Through Docker Hub:
```bash ```bash
docker pull benbusby/whoogle-search docker pull benbusby/whoogle-search
docker run --publish 5000:5000 --detach --name whoogle-search whoogle-search:latest docker run --publish 5000:5000 --detach --name whoogle-search benbusby/whoogle-search:latest
``` ```
or with docker-compose: or with docker-compose: