Fixed docker hub instructions

pull/72/head
Ben Busby 4 years ago committed by GitHub
parent 699aa4f2e7
commit c9f99b3eb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -133,7 +133,7 @@ sudo systemctl start whoogle
Through Docker Hub:
```bash
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:

Loading…
Cancel
Save