-
-
Notifications
You must be signed in to change notification settings - Fork 40k
Labels
bugSomething isn't workingSomething isn't working
Description
Summary
the clawdock helper script (scripts/shell-helpers/clawdock-helpers.sh) does not start the container with a home volume specified in the OPENCLAW_HOME_VOLUME environment variable mounted
Steps to reproduce
- set
OPENCLAW_HOME_VOLUMEenvironment variable - run
./docker-setup.sh(it will createdocker-compose.extra.ymlthat contains the home volume mount config) source scripts/shell-helpers/clawdock-helpers.sh- run
clawdock-start(it will internally rely on_clawdock_compose(), which executescommand docker compose -f "${CLAWDOCK_DIR}/docker-compose.yml" "$@", omitting thedocker-compose.extra.ymlfile) - result:
docker inspect openclaw-openclaw-gateway-1 | grep '"volume",' -A3returns nothing
Expected behavior
The home volume specified in OPENCLAW_HOME_VOLUME is mounted
docker inspect openclaw-openclaw-gateway-1 | grep '"volume",' -A3 returns the Name, Source, and Destination of the home volume mount
Actual behavior
The home volume specified in OPENCLAW_HOME_VOLUME is NOT mounted.
docker inspect openclaw-openclaw-gateway-1 | grep '"volume",' -A3 comes up empty
OpenClaw version
2026.2.14
Operating system
Bazzite-dx (should not matter)
Install method
docker
Logs, screenshots, and evidence
Impact and severity
overall: annoyance.
it makes the clawdock helper script useless for setups with a persistent home volume
Additional information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working