Skip to content

Fix docker config paths #371

@markphelps

Description

@markphelps

a user has noted that some of our docs for running v2 in docker are incorrect. particularly around setting the flipt config file by mounting it to a file on the host.

as well as setting the storage path

example:

this is the correct way to configure a custom configuration file for flipt v2 with docker and persistent storage:

 docker run -d \
    -p 8080:8080 \
    -p 9000:9000 \
    -v $HOME/flipt:/var/opt/flipt \
    -v $HOME/flipt/config.yaml:/etc/flipt/config/default.yml \
    docker.flipt.io/flipt/flipt:v2

And config should list full path

storage:
  default: # id
    backend:
      type: local
      path: /var/opt/flipt

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