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

    • Le fichier docker-compose.yml
    • Execution

    Tags

    DeployDockerDocker-ComposeDrawioYaml
    Featured image of post Docker-Compose : Drawio
    Docker

    Docker-Compose : Drawio

    Fichier docker-compose pour déployer Drawio.

    12 septembre 2022 1 minute read
    Table of contents
    • Le fichier docker-compose.yml
    • Execution

    Le fichier docker-compose.yml

    version: '3.3'
    services:
      drawio:
        image: jgraph/drawio
        container_name: drawio
        ports:
          # http://localhost:8080
          - 8080:8080
          # https://localhost:8443
          - 8443:8443
    

    Execution

    docker-compose up -d
    
    Deploy Docker Docker-Compose Drawio Yaml
    Last updated on 17 juin 2024

    Related content

    Featured image of post Docker Swarm : Stack Drawio

    Docker Swarm : Stack Drawio

    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 : OpenVAS

    Docker-Compose : OpenVAS

    Featured image of post Docker Swarm : Stack OpenVAS

    Docker Swarm : Stack OpenVAS

    © 2026 slash-root.fr