Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker-compose up is broken due to /app permission #6008

Open
mendonk opened this issue Jan 29, 2025 · 2 comments · May be fixed by #6095
Open

docker-compose up is broken due to /app permission #6008

mendonk opened this issue Jan 29, 2025 · 2 comments · May be fixed by #6095
Assignees
Labels
bug Something isn't working

Comments

@mendonk
Copy link
Collaborator

mendonk commented Jan 29, 2025

Bug Description

Using an unmodified docker_example/docker-compose.yml

docker-compose up 
...
docker_example-langflow-1  | PermissionError: [Errno 13] Permission denied: '/app/langflow/secret_key'

Reproduction

Using unmodified docker_example/docker-compose.yml

docker-compose up 
...
docker_example-langflow-1  | PermissionError: [Errno 13] Permission denied: '/app/langflow/secret_key'

Expected behavior

If you set the volumes to a non-root directory:

    volumes:
      - langflow-data:/var/lib/langflow

There are sufficient permissions to run Langflow again:

docker compose up
...
docker_example-langflow-1  | Starting Langflow v1.1.3...

Who can help?

No response

Operating System

Apple m1 Pro

Langflow Version

1.1.3

Python Version

3.12

Screenshot

No response

Flow File

No response

@adityagupta26
Copy link

Hello
can i work on this issue?

@mohamedmagdy9977
Copy link

did any one has result

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants