whoogle-search/docker-compose.yml
mohammedalqadi 486f148e19
Update docker-compose file
Adding build option for dockerfile
2020-05-11 05:56:33 +03:00

22 lines
584 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
- WEB_PORT=5000 # Default port 5000