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
    • Credentials

    Tags

    DockerDocker-ComposeNginxNpmProxyYaml
    Featured image of post Docker-Compose : Nginx Proxy Manager
    Docker Nginx

    Docker-Compose : Nginx Proxy Manager

    Docker-Compose : Nginx Proxy Manager

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

    docker-compose.yml

    version: '3'
    services:
      app:
        image: 'jc21/nginx-proxy-manager:latest'
        container_name: npm
        restart: unless-stopped
        ports:
          - '80:80'
          - '8082:81'
          - '443:443'
        volumes:
          - ./data:/data
          - ./letsencrypt:/etc/letsencrypt
    

    Credentials

    Email:    admin@example.com
    Password: changeme
    
    Docker Docker-Compose Nginx Npm Proxy Yaml

    Related content

    Featured image of post Keycloak : Installation avec Docker et reverse-proxy SSL Nginx

    Keycloak : Installation avec Docker et reverse-proxy SSL Nginx

    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

    © 2026 slash-root.fr