You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: fix Docker config paths for v2 documentation
- Correct config mount path from /etc/flipt/config.yaml to /etc/flipt/config/default.yml
- Add comprehensive persistent storage documentation with full configuration example
- Update login-with-github guide to use correct mount paths and include persistent storage
- Ensure consistency across all v2 Docker examples
Fixes#371
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Mark Phelps <[email protected]>
Copy file name to clipboardExpand all lines: docs/v2/installation.mdx
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,17 +103,33 @@ application.
103
103
104
104
### Configuration
105
105
106
-
A default configuration file is included within the image. To supply a custom configuration, update the `docker run` command to mount your local configuration into the container:
106
+
A default configuration file is included within the image. To supply a custom configuration, update the `docker run` command to mount your local configuration into the container.
107
+
108
+
The example below shows how to configure Flipt v2 with both persistent storage and a custom configuration file:
0 commit comments