From 9f061f79361ff54de17d5367ea2654728ca1225d Mon Sep 17 00:00:00 2001 From: Douwe Osinga Date: Tue, 10 Mar 2026 10:09:46 -0400 Subject: [PATCH] replaces https://github.com/block/goose/pull/7340/changes (#7786) Co-authored-by: Douwe Osinga --- documentation/docs/docker/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/docs/docker/docker-compose.yml b/documentation/docs/docker/docker-compose.yml index a5102e81..29d88036 100644 --- a/documentation/docs/docker/docker-compose.yml +++ b/documentation/docs/docker/docker-compose.yml @@ -15,7 +15,7 @@ services: - ~/.ssh:/root/.ssh:ro working_dir: /root/workspace environment: - - OOSE_HOME=/root/.goose + - GOOSE_HOME=/root/.goose # Set default editor - EDITOR=vim # Preserve git author info @@ -33,4 +33,4 @@ services: entrypoint: ["/bin/bash"] volumes: - goose-config: \ No newline at end of file + goose-config: