whoogle-search/docker-compose.yml
Jake Howard 9182f1108f
Remove reference to 8888 port
It wasn't really used anywhere, and setting it to 5000 everywhere removes ambiguity, and makes things easier to track and reason about
2020-05-12 22:10:20 +01:00

10 lines
169 B
YAML

version: "3"
services:
whoogle-search:
image: benbusby/whoogle-search
container_name: whoogle-search
ports:
- 5000:5000
restart: unless-stopped