mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 08:54:27 +01:00
Add some stuff, too long to list
This commit is contained in:
8
examples/whoogle/docker-compose.yml
Normal file
8
examples/whoogle/docker-compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
version: '3.3'
|
||||
services:
|
||||
whoogle-search:
|
||||
ports:
|
||||
- '5000:5000'
|
||||
container_name: whoogle-search
|
||||
image: 'benbusby/whoogle-search:latest'
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user