Files
dropshell-templates/openclaw/template_info.env
j 23ec097b39
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 14s
Add openclaw dropshell template for personal AI assistant
2026-03-11 20:48:14 +13:00

15 lines
387 B
Bash

# DO NOT EDIT THIS FILE FOR YOUR SERVICE!
# This file is replaced from the template whenever there is an update.
# Edit the service.env file to make changes.
# Template to use - always required!
TEMPLATE=openclaw
REQUIRES_HOST_ROOT=false
REQUIRES_DOCKER=true
REQUIRES_DOCKER_ROOT=false
# Docker image settings
IMAGE_REGISTRY="ghcr.io"
IMAGE_REPO="openclaw/openclaw"
IMAGE_TAG="latest"