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

How do I run the web interface #411

Closed
uguraltinsoy opened this issue Jul 6, 2024 · 2 comments
Closed

How do I run the web interface #411

uguraltinsoy opened this issue Jul 6, 2024 · 2 comments

Comments

@uguraltinsoy
Copy link

I ran it with Docker but I couldn't open the web interface, can you help me?
Ekran görüntüsü 2024-07-06 170959

@sigoden
Copy link
Owner

sigoden commented Jul 7, 2024

You should learn how to use docker first.

Assuming you are running the command: docker run -v $(pwd):/data -p 5000:5000 --rm sigoden/dufs /data -A, the web UI will be accessible at http://127.0.0.1:5000. The -p 5000:5000 flag exposes the Docker service's port 5000 to port 5000 on the host machine.

@sigoden sigoden closed this as completed Jul 7, 2024
@uguraltinsoy
Copy link
Author

What am I doing wrong?

Ekran görüntüsü 2024-07-07 132920

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants