mirror of
https://git.turbo-data.com/nprasad2077/docker-templates.git
synced 2026-09-22 08:05:56 +00:00
10 lines
219 B
YAML
10 lines
219 B
YAML
services:
|
|
whoogle:
|
|
image: benbusby/whoogle-search:latest
|
|
ports:
|
|
- '5001:5000'
|
|
volumes:
|
|
- /portainer/Files/AppData/Config/Whoogle:/config
|
|
restart: unless-stopped
|
|
container_name: whoogle
|