나스 단축 URL Yourls 이용하기
페이지 정보
본문
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
댓글목록
등록된 댓글이 없습니다.