자유게시판

  • 나스 단축 URL Yourls 이용하기

    페이지 정보

    profile_image
    작성자천사 조회 2,334회 작성일 2022-07-30 16:02:18 댓글 0

    본문

     

    https://hub.docker.com/_/yourls

     

    version: '3.1'

    services:

      yourls:
        container_name: 'xxxx-yourls'
        image: yourls
        restart: always
        ports:
          - 8080:80
        environment:
          YOURLS_DB_PASS: password
          YOURLS_SITE: https://xxxx
          YOURLS_USER: xxxx
          YOURLS_PASS: password

      mysql:
        image: mysql:5.7
        container_name: 'xxxx-yourls-mysql'
        restart: always
        environment:
          MYSQL_ROOT_PASSWORD: password
          MYSQL_DATABASE: yourls

     

    3232235521_1659164525.5803.png

     

    3232235521_1659164634.0233.png

     

    3232235521_1659164666.8252.png

     

     

     

    댓글목록

    등록된 댓글이 없습니다.

    Copyright © blog.batifa.com All rights reserved.