Added docker-compose.yml

This commit is contained in:
Ben Busby 2020-05-10 13:59:37 -06:00
parent 7ccad2799e
commit 122a67d6ab

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