Avatar

slash-root.fr

...a few things in my mind...

  1. Discord
  2. LinkedIn
  3. Accueil
  4. Catégories
  5. awaSCII+
  6. Archives
  7. Recherche
  8. Ressources
  9. DevSecOps
  10. Linuxtricks
  11. Une tasse de café
  12. Aukfood
  13. Syswarden
  14. Numericatous

    Table of contents

    • docker-compose.yml

    Tags

    DockerDocker-ComposeQbittorrentYaml
    Featured image of post Docker-Compose : qBittorrent
    Docker

    Docker-Compose : qBittorrent

    Docker-Compose : qBittorrent

    13 décembre 2021 1 minute read
    Table of contents
    • docker-compose.yml

    docker-compose.yml

    qbittorrent:
        image: gists/qbittorrent
        container_name: qbittorrent
        ports:
            - "8080:8080"
            - "6881:6881"
            - "6881:6881/udp"
        volumes:
            - ./data:/data
        environment:
            - UID=1000
            - GID=1000
        restart: unless-stopped
    
    Docker Docker-Compose Qbittorrent Yaml

    Related content

    Featured image of post Déployer une application sur Kubernetes

    Déployer une application sur Kubernetes

    Featured image of post Docker-Compose : WordPress (MariaDB)

    Docker-Compose : WordPress (MariaDB)

    Featured image of post Docker-Compose : Drawio

    Docker-Compose : Drawio

    Featured image of post Docker Swarm : Stack Drawio

    Docker Swarm : Stack Drawio

    Featured image of post Docker-Compose : OpenVAS

    Docker-Compose : OpenVAS

    © 2026 slash-root.fr