Skip to content
Snippets Groups Projects
Unverified Commit 0e6bd030 authored by CloudRay's avatar CloudRay Committed by GitHub
Browse files

Fix Docker container exit issue by changing ownership (#714)


Co-authored-by: default avatarcloud-ray <ray@cybersavvy.one>
parent 347c9587
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment