Files
docker-compose-files/archive/whoogle/compose.yaml
T
2025-12-22 13:22:11 +01:00

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: {}