Keresés

Hirdetés

Új hozzászólás Aktív témák

  • gazso75

    aktív tag

    válasz golya87 #526 üzenetére

    Minden olyan mint a többinél, de biztos ott lesz a gebasz, mert docker reboot után, mindent elfelejt :(

    version: '3'
    services:
      app:
        image: 'jc21/nginx-proxy-manager:latest'
        ports:
          - '80:80'
          - '81:81'
          - '443:443'
        volumes:
          - /mnt/docker_config/jc21npm/config.json:/mnt/docker_config/jc21npm/app/config/production.json
          - /mnt/docker_config/jc21npm/data:/mnt/docker_config/jc21npm/data
          - /mnt/docker_config/jc21npm/letsencrypt:/mnt/docker_config/jc21npm/etc/letsencrypt
        environment:
          # Uncomment this if IPv6 is not enabled on your host
          DISABLE_IPV6: 'true'
      db:
        image: 'jc21/mariadb-aria:10.4'
        environment:
          MYSQL_ROOT_PASSWORD: 'npm'
          MYSQL_DATABASE: 'npm'
          MYSQL_USER: 'npm'
          MYSQL_PASSWORD: 'npm'
        volumes:
          - /mnt/docker_config/jc21npm/data/mysql:/mnt/docker_config/jc21npm/var/lib/mysql
        ports:
          - '3306:3306'

    Hol a bibi ?

    [ Szerkesztve ]

Új hozzászólás Aktív témák