Added docker-compose.yml

main
Ben Busby 2020-05-10 13:59:37 -06:00
parent 7ccad2799e
commit 122a67d6ab
1 changed files with 9 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@ -0,0 +1,9 @@
version: "3"
services:
whoogle-search:
image: benbusby/whoogle-search
container_name: whoogle-search
ports:
- 8888:5000
restart: unless-stopped