Replies: 1 comment 1 reply
-
should work like you did it. What is the problem you encounter? |
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
-
Hi,
I am not good in docker and all this stuff. Got Paperless AI installed on Proxmox, but was struggling with updating from one to another version. Just sharing my notes for other docker noobs ;)
Just follow following steps for updating:
a) docker stop paperless-ai
b) docker pull clusterzx/paperless-ai
c) docker run -d --name paperless-ai --network bridge -v paperless-ai_data:/app/data -p 3000:3000 --restart unless-stopped clusterzx/paperless-ai
d) remove container from error out of c
e) docker run -d --name paperless-ai --network bridge -v paperless-ai_data:/app/data -p 3000:3000 --restart unless-stopped clusterzx/paperless-ai
Let me know if I did something wrong, but last two updates looked good ;)
Beta Was this translation helpful? Give feedback.
All reactions