mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-02-17 13:58:12 +00:00
8 lines
204 B
YAML
8 lines
204 B
YAML
version: '3.3'
|
|
services:
|
|
whoogle-search:
|
|
ports:
|
|
- '5000:5000'
|
|
container_name: whoogle-search
|
|
image: 'benbusby/whoogle-search:latest'
|
|
restart: unless-stopped |