Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
agent0:
|
||||
image: agent0ai/agent-zero:latest
|
||||
container_name: agent0
|
||||
ports:
|
||||
- "50001:80"
|
||||
volumes:
|
||||
- ./agent-zero-data:/a0/usr
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user