Thanks to this amazing project.
Checkout How I develop this project for more details.
docker run -d \
  --init \
  --name memos \
  --publish 5230:5230 \
  --volume ~/.memos/:/var/opt/memos \
  chriscurrycc/memos:latestFor 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 * * *" \
  memosIf you have any questions, please contact me.