本项目GitHub:https://github.com/lin-snow/Ech0
services:
ech0:
image: systemsome/ech0:latest
container_name: ech0
ports:
- "6277:6277"
volumes:
- ./data:/app/data
environment:
- JWT_SECRET="Hello Echos"
restart: always
Content type
Image
Digest
sha256:d99eaa083…
Size
47 MB
Last updated
8 months ago
docker pull systemsome/ech0