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 | 22bce5a842dc365a5a18644d0fbdcc75e6aa5d5e (patch) | |
| tree | 17f02d84656a586e826fae5c2802644a045e6b13 /docker-compose.yaml | |
| parent | chore: Bump version patch (diff) | |
| download | september-22bce5a842dc365a5a18644d0fbdcc75e6aa5d5e.tar.xz september-22bce5a842dc365a5a18644d0fbdcc75e6aa5d5e.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" |