Update compose.yml

This commit is contained in:
2026-04-19 14:36:09 +00:00
parent e7cd8541c0
commit a5d8c98341

View File

@@ -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}