whoogle-search/docker-compose.yml

10 lines
169 B
YAML
Raw Normal View History

2020-05-10 22:59:37 +03:00
version: "3"
services:
whoogle-search:
image: benbusby/whoogle-search
container_name: whoogle-search
ports:
- 8888:5000
restart: unless-stopped