wuhu-mail-notify/docker-compose.yaml
2025-03-12 16:48:02 +08:00

10 lines
182 B
YAML

version: "3.7"
services:
worker:
image: wuhu-mail-notify:latest
volumes:
- "./data/config.json:/data/config.json"
ports:
- "20123:20123"
env_file: .env