mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:30:42 +00:00
fix: add local build context to docker-compose
Added \build: .` to the openclaw-gateway service in docker-compose.yml. This resolves the "pull access denied" error for users attempting a pure local deployment (e.g., using `docker compose up --build`), as it currently fails when attempting to pull the nonexistent `openclaw:local` image from remote registries.`
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
services:
|
||||
openclaw-gateway:
|
||||
image: ${OPENCLAW_IMAGE:-openclaw:local}
|
||||
build: .
|
||||
environment:
|
||||
HOME: /home/node
|
||||
TERM: xterm-256color
|
||||
|
||||
Reference in New Issue
Block a user