자유게시판

  • 나스 시롤로지 Pinry Docker 도커 설치하기

    페이지 정보

    profile_image
    작성자천사 조회 5,484회 작성일 2021-08-20 22:20:12 댓글 0

    본문

    The image is here: getpinry/pinry, or you could simply pull the image from DockerHub's registry via

    docker pull getpinry/pinry
    

    Then use the command line like:

    # this should be an abs-path not relative path like "."
    export DATA_PATH=/abs/path/to/your/data/directory
    
    sudo docker run -d=true -p=80:80 \
        -v=${DATA_PATH}:/data \
        getpinry/pinry

     

    Enable signups for new users

    Please edit /data/local_settings.py in docker and remove the container then restart it.

    ALLOW_NEW_REGISTRATIONS = True

    댓글목록

    등록된 댓글이 없습니다.

    Copyright © blog.batifa.com All rights reserved.