자유게시판

  • linuxserver/pwndrop

    페이지 정보

    profile_image
    작성자천사 조회 2,590회 작성일 2022-03-12 02:59:21 댓글 0

    본문

    ---
    version: "2.1"
    services:
      pwndrop:
        image: lscr.io/linuxserver/pwndrop
        container_name: pwndrop
        environment:
          - PUID=1000
          - PGID=1000
          - TZ=Europe/London
          - SECRET_PATH=/pwndrop #optional
        volumes:
          - /path/to/appdata:/config
        ports:
          - 8080:8080
        restart: unless-stopped

    댓글목록

    등록된 댓글이 없습니다.

    Copyright © blog.batifa.com All rights reserved.