mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-02 09:03:12 +00:00
Fix Docker container exit issue by changing ownership (#714)
Co-authored-by: cloud-ray <ray@cybersavvy.one>
This commit is contained in:
parent
347c95872d
commit
0e6bd030e9
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ resources:
|
|||
|
||||
mkdir -p /home/anythingllm
|
||||
touch /home/anythingllm/.env
|
||||
sudo chown -R ubuntu:ubuntu /home/anythingllm
|
||||
|
||||
sudo docker pull mintplexlabs/anythingllm:master
|
||||
sudo docker run -d -p 3001:3001 --cap-add SYS_ADMIN -v /home/anythingllm:/app/server/storage -v /home/anythingllm/.env:/app/server/.env -e STORAGE_DIR="/app/server/storage" mintplexlabs/anythingllm:master
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue