Skip to content

chriscurrycc/memos

 
 

Repository files navigation

Chris Curry's Memos

Thanks to this amazing project.

Checkout How I develop this project for more details.

How to use

docker run -d \
  --init \
  --name memos \
  --publish 5230:5230 \
  --volume ~/.memos/:/var/opt/memos \
  chriscurrycc/memos:latest

Use watchtower to update the container automatically

For example, update the container automatically if there is a new version at 3:00 AM (UTC+8) every day.

docker run -d \
  --name watchtower \
  --volume /var/run/docker.sock:/var/run/docker.sock \
  -e TZ=Asia/Shanghai \
  containrrr/watchtower \
  --schedule "0 0 3 * * *" \
  memos

Contact

If you have any questions, please contact me.

Languages

  • Go 52.3%
  • TypeScript 46.9%
  • Less 0.3%
  • JavaScript 0.2%
  • HTML 0.1%
  • Dockerfile 0.1%
  • Other 0.1%