---
version: "2"
services:
boinc:
image: linuxserver/boinc:8.0.4
container_name: boinc
restart: unless-stopped
environment:
- TZ # Specify a timezone to use EG Europe/London.
- PUID # UID of user to take ownership of application/files
- PGID # GID of user to take ownership of application/files
- GUAC_USER # Username for the BOINC desktop gui. (Optional)
- GUAC_PASS # Password's md5 hash for the BOINC desktop gui. (Optional)
volumes:
- /host/path/to/config:/config # Where BOINC should store its database and config.
ports:
- 8080:8080/tcp # Boinc desktop gui.
devices:
- /dev/dri:/dev/dri # Only needed if you want to use your Intel GPU (vaapi).