10 lines
169 B
YAML
10 lines
169 B
YAML
|
version: "3"
|
||
|
|
||
|
services:
|
||
|
whoogle-search:
|
||
|
image: benbusby/whoogle-search
|
||
|
container_name: whoogle-search
|
||
|
ports:
|
||
|
- 8888:5000
|
||
|
restart: unless-stopped
|