Untitled

 avatar
unknown
plain_text
2 months ago
322 B
6
Indexable
qui:
    image: ghcr.io/autobrr/qui:latest
    container_name: qui
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      - QUI__HOST=0.0.0.0
      - QUI__PORT=7476
    ports:
      - "7476:7476" # Qui UI
    volumes:
      - C:\Users\Fandr\OneDrive\Bureaulqbittorent\qui:/config
    restart: always
Editor is loading...
Leave a Comment