10 lines
183 B
YAML
10 lines
183 B
YAML
version: "3.7"
|
|
services:
|
|
worker:
|
|
image: wanyind/wuhu-mail-notify
|
|
volumes:
|
|
- "./data/config.json:/data/config.json"
|
|
ports:
|
|
- "20123:20123"
|
|
env_file: .env
|