mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-14 12:27:29 +08:00
fix whatsapp
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
clawgo:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: clawgo
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "18790:18790"
|
||||
environment:
|
||||
TZ: Asia/Shanghai
|
||||
CLAWGO_CONFIG: /home/clawgo/.clawgo/config.json
|
||||
volumes:
|
||||
- ./.clawgo:/home/clawgo/.clawgo
|
||||
Reference in New Issue
Block a user