mirror of
https://github.com/woodchen-ink/dnspod-yxip.git
synced 2025-07-17 21:32:08 +08:00
8 lines
255 B
YAML
8 lines
255 B
YAML
services:
|
|
dnspod-yxip:
|
|
image: woodchen/dnspod-yxip:latest
|
|
container_name: dnspod-yxip
|
|
restart: always
|
|
volumes:
|
|
- ./config.yaml:/app/config.yaml:ro # 映射YAML配置文件
|
|
- ./logs:/app/logs # 映射日志目录 |