Dokploy / Dokploy/dokploy

Add disclaimer that volume mount paths are shared

Open
#2,566 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
TypeScript
Stars
37.4k
Forks
3k
Avg merge
1d 3h
Merged PRs (30d)
73

Description

What problem will this feature address?

Ran into a small gotcha with volume mount paths being shared for an application / db, especially when duplicating a service.

Describe the solution you'd like

Adding a disclaimer would probably be the simplest solution.

Describe alternatives you've considered

Could consider namespacing the volume mount path behind the scenes or maybe prefill the namespace in the UI.
For duplicating could also consider modifying the volume name too, e.g. if the volume name is my-app-46548-data then rename it to my-app-68768-data during duplication.

Additional context

No response

Will you send a PR to implement it?

Yes

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Search for the volume-mount configuration and service-duplication flow, then check how mount paths are presented in the UI. Done means users see a clear disclaimer that volume mount paths are shared, especially when duplicating a service; verify the existing relevant checks still pass.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker
Domain
devops
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.