# Install on Docker

Pull the docker image [https://hub.docker.com/r/b4bz/homer](https://hub.docker.com/r/b4bz/homer)

\*\*Homer docker compose .yml\*\* [https://github.com/bastienwirtz/homer](https://github.com/bastienwirtz/homer)

```yaml
version: "2"
services:
  jellyfin:
    image: b4bz/homer:latest
    container_name: homer
    environment:
      - PUID=1001
      - PGID=1001
      - PST=America/Los Angeles
    volumes:
      - /mounted/local/storage/location/:/www/assets
    ports:
      - 8091:8080
    restart: always
```