Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 448 Bytes

File metadata and controls

20 lines (15 loc) · 448 Bytes

docker-yearning

Dockerized Yearning (https://yearning.io).

dockeri.co

Usage

docker run -itd \
  --name yearning \
  -p 8000:8000 \
  -e MYSQL_ADDR=172.16.16.50:3308 \
  -e MYSQL_USER=root \
  -e MYSQL_PASSWORD=123 \
  -e MYSQL_DB=yearning \
  jy1989/docker-yearning

Goto Yearning Guide for more.