mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2025-09-26 21:01:15 +08:00
13 lines
251 B
YAML
13 lines
251 B
YAML
version: "3"
|
|
services:
|
|
ddns-aliyun:
|
|
image: stilleshan/ddns-aliyun
|
|
container_name: ddns-aliyun
|
|
environment:
|
|
- AKID=AccessKey-ID
|
|
- AKSCT=AccessKey-Secret
|
|
- DOMAIN=ddns.yourdomain.com
|
|
- REDO=600
|
|
restart: always
|
|
|