Skip to content

Feature: allow overriding of default.ini (persistent) #15

@marceloomens

Description

@marceloomens

Since a lot of server configuration seems to be done through a default.ini file, it would be great if I could edit a configuration file outside of the container, which then gets (re-)mounting, overriding the default configuration local to the container.

Elsewhere, I've resolved this like so in the Docker configuration:

    volumes:
      - type: bind
        source: /host/path/to/default.ini
        target: /container/path/to/default.ini

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