Update compose.yml
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
openclaw-gateway:
|
||||
image: openclaw/gateway:latest
|
||||
image: ghcr.io/openclaw/openclaw:latest # Vi bruger GitHubs container registry som er den mest opdaterede
|
||||
container_name: openclaw-gateway
|
||||
|
||||
environment:
|
||||
- LLM_PROVIDER=openai
|
||||
- OPENAI_API_KEY=${OPENAI_API_KEY}
|
||||
|
||||
Reference in New Issue
Block a user