Add some stuff, too long to list

This commit is contained in:
askiiart
2023-03-01 09:32:03 -06:00
parent 8274525a7c
commit 07eae5f348
14 changed files with 245 additions and 0 deletions

View 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