Skip to content

Conversation

@TomasLudvik
Copy link

Description: When using named volumes with a destination path, container-compose mounts to the wrong path.

Docker Compose Configuration:

volumes:
    - elasticsearch-data:/usr/share/elasticsearch/data

Expected Behavior: Mount volume to /usr/share/elasticsearch/data

Actual Behavior: Mounts to /usr/share/elasticsearch/ (missing /data suffix)

@Mcrich23
Copy link
Owner

Mcrich23 commented Dec 1, 2025

Thank you for the pull request! Can you please confirm that anonymous volumes will also still work?

@Mcrich23 Mcrich23 self-assigned this Dec 3, 2025
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

Successfully merging this pull request may close these issues.

2 participants