Last active
September 28, 2020 23:47
-
-
Save dnburgess/18460b20c56eac3abb46702fb5efff0e to your computer and use it in GitHub Desktop.
DB Tech Whoogle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
version: "2" | |
services: | |
whoogle: | |
image: benbusby/whoogle-search:latest | |
container_name: whoogle | |
ports: | |
- 5000:5000 | |
restart: unless-stopped |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment