Skip to content

How to handle volumes? #14

Open
Open
@slashrsm

Description

@slashrsm

Dockerfile defines default volume:
VOLUME /var/www/html

This was totally ok before we enabled configurable docroots, but now it can happen that we create this default volume and never use it and/or don't create volume for the actual docroot. Same issue exists in php images.

Any idea how to solve that? Should we remove assumption about the volume and let users decide on that? Would it be possible to create it dynamically based on the docroot configuration?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions