Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
-
运行这个,可以自动升级所有的Docker容器。 docker run --rm --name watchtower -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --cleanup --run-once |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
我之前是在Linux 直接Docker Run
docker run -d --name memos -p 5230:5230 -v ~/.memos/:/var/opt/memos neosmemo/memos:latest
命令部署的。
现在如何升级?
求大神指教
谢谢Beta Was this translation helpful? Give feedback.
All reactions