mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2025-12-24 13:37:58 +08:00
14 lines
265 B
YAML
14 lines
265 B
YAML
version: "3"
|
|
services:
|
|
ddns-dnspod:
|
|
image: stilleshan/ddns-dnspod
|
|
container_name: ddns-dnspod
|
|
environment:
|
|
- login_token=token_id,token
|
|
- domain=domain.com
|
|
- sub_domain=www
|
|
- interval=10
|
|
- ip_count=1
|
|
restart: always
|
|
|