whoogle-search/docker-compose.yml
Mohammed A.Q 924cf01b86
Update docker-compose.yml
- Added User And Password Variables
- Changed Port Variable to better name
2020-05-19 03:49:02 +00:00

24 lines
651 B
YAML

version: "3"
services:
# ----------------------------------------
whoogle-search:
container_name: whoogle-search
hostname: whoogle-search
# Uncomment to build from local
# build:
# dockerfile: Dockerfile
# context: .
# image: "whoogle-search"
image: "benbusby/whoogle-search"
restart: always
ports:
- "5000:5000"
environment:
- PUID=${PUID} # User uid
- PGID=${PGID} # User gid
- TZ=${TZ} # TimeZone
- EXPOSE_PORT=5000 # Default port 5000
- USER= # Optional
- PASSWORD= # Optional