Spaces:
Paused
Paused
File size: 259 Bytes
f230827 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | version: '3.8'
services:
ddg-chat-go:
container_name: ddg-chat-go
image: lmyself/ddg-chat-go:latest
ports:
- "8787:8787"
environment:
API_PREFIX: "/"
MAX_RETRY_COUNT: 3
RETRY_DELAY: 5000
restart: unless-stopped
|