8 lines
170 B
YAML
8 lines
170 B
YAML
version: '3'
|
|
services:
|
|
ai:
|
|
image: registry.buyusdt.xyz/ai-check-hand:v1.0
|
|
container_name: ai-check-hand
|
|
restart: unless-stopped
|
|
ports:
|
|
- 9741:9741 |