9 lines
168 B
YAML
Executable File
9 lines
168 B
YAML
Executable File
services:
|
|
whoogle-search:
|
|
ports:
|
|
- 9000:5000
|
|
container_name: whoogle
|
|
restart: unless-stopped
|
|
image: benbusby/whoogle-search:latest
|
|
networks: {}
|