[GH-ISSUE #411] How do I run the web interface #222

Closed
opened 2026-04-08 16:51:15 +03:00 by zhus · 2 comments
Owner

Originally created by @uguraltinsoy on GitHub (Jul 6, 2024).
Original GitHub issue: https://github.com/sigoden/dufs/issues/411

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

Originally created by @uguraltinsoy on GitHub (Jul 6, 2024). Original GitHub issue: https://github.com/sigoden/dufs/issues/411 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](https://github.com/sigoden/dufs/assets/48494791/78f3ed15-ee2b-4f6b-9044-48190723b9e9)
zhus closed this issue 2026-04-08 16:51:15 +03:00
Author
Owner

@sigoden commented on GitHub (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.

<!-- gh-comment-id:2212093782 --> @sigoden commented on GitHub (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.
Author
Owner

@uguraltinsoy commented on GitHub (Jul 7, 2024):

What am I doing wrong?

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

<!-- gh-comment-id:2212401164 --> @uguraltinsoy commented on GitHub (Jul 7, 2024): What am I doing wrong? ![Ekran görüntüsü 2024-07-07 132920](https://github.com/sigoden/dufs/assets/48494791/cf598754-0d9a-4f48-ba50-edc92f7a4f28)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#222