-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels