diff options
| author | Fuwn <[email protected]> | 2025-06-07 13:34:17 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-07 13:34:17 +0000 |
| commit | 576a723e32902d93528c3eda55e129cb38c9a446 (patch) | |
| tree | 17f02d84656a586e826fae5c2802644a045e6b13 /docker-compose.yaml | |
| parent | chore: Bump version patch (diff) | |
| download | september-576a723e32902d93528c3eda55e129cb38c9a446.tar.xz september-576a723e32902d93528c3eda55e129cb38c9a446.zip | |
feat!: Overhaul KEEP_GEMINI configuration option
Diffstat (limited to 'docker-compose.yaml')
| -rw-r--r-- | docker-compose.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml index 896f490..7e978bc 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -5,7 +5,5 @@ services: environment: - "ROOT=gemini://fuwn.me" - "CSS_EXTERNAL=https://example.com/style.css" - - "KEEP_GEMINI_EXACT=gemini://fuwn.me/skills" - # - "KEEP_GEMINI_DOMAIN=fuwn.me" - "PROXY_BY_DEFAULT=true" image: "fuwn/september:latest" |