Skip to content

Conversation

@dan5py
Copy link
Contributor

@dan5py dan5py commented Nov 23, 2025

Changes

  • Fixed bug where custom volume drivers (CIFS, NFS, tmpfs, etc.) were being removed from Docker Compose files when mixed with regular volumes
  • Updated volume parsing logic in bootstrap/helpers/parsers.php to preserve any volume with driver_opts.type defined, instead of skipping them
  • Added unit tests in tests/Unit/DockerComposeCustomVolumeDriverPreservationTest.php covering:
    • SMB/CIFS volumes
    • NFS volumes
    • tmpfs volumes
    • Mixed custom and regular volumes

Issues

@dan5py dan5py changed the title refactor(parsers): preserve custom volume drivers in Docker Compose parsing fix(parsers): preserve custom volume drivers in Docker Compose parsing Nov 23, 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.

1 participant