[PR #275] [CLOSED] chore: expose port 5000 in Dockerfile #542

Closed
opened 2026-04-08 16:53:21 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sigoden/dufs/pull/275
Author: @Lukinoh
Created: 10/29/2023
Status: Closed

Base: mainHead: add-docker-expose


📝 Commits (1)

  • 4e4ac91 chore: expose port 5000 in Dockerfile

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 Dockerfile (+1 -0)

📄 Description

Hello,

I am using traefik as reverse-proxy for dufs.

Both are docker images and to enable traefik automatic port detection, dufs needs to expose his port.

This is my use case, but I suppose that other tools may rely on the expose to do some automatic detection.

I really like dufs, it is a great product that goes straight to the point.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sigoden/dufs/pull/275 **Author:** [@Lukinoh](https://github.com/Lukinoh) **Created:** 10/29/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-docker-expose` --- ### 📝 Commits (1) - [`4e4ac91`](https://github.com/sigoden/dufs/commit/4e4ac9102526d872de841b444691580f7235328b) chore: expose port 5000 in Dockerfile ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+1 -0) </details> ### 📄 Description Hello, I am using traefik as reverse-proxy for dufs. Both are docker images and to enable [traefik automatic port detection](https://doc.traefik.io/traefik/providers/docker/#port-detection), dufs needs to [expose](https://docs.docker.com/engine/reference/builder/#expose) his port. This is my use case, but I suppose that other tools may rely on the expose to do some automatic detection. I really like dufs, it is a great product that goes straight to the point. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-04-08 16:53:21 +03:00
zhus closed this issue 2026-04-08 16:53:21 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#542