你好给个可以使用的 ddns-updater 的 docker compose文件吧,这个使用不了 #387

Closed
opened 2025-11-20 04:23:26 -05:00 by saavagebueno · 1 comment
Owner

Originally created by @yanghs520 on GitHub (Apr 8, 2024).

version: "3.7"
services:
  ddns-updater:
    image: qmcgaw/ddns-updater
    container_name: ddns-updater
    network_mode: bridge
    ports:
      - 8000:8000/tcp
    volumes:
      - ./data:/updater/data
    environment:
      - CONFIG=
      - PERIOD=5m
      - UPDATE_COOLDOWN_PERIOD=5m
      - PUBLICIP_FETCHERS=all
      - PUBLICIP_HTTP_PROVIDERS=all
      - PUBLICIPV4_HTTP_PROVIDERS=all
      - PUBLICIPV6_HTTP_PROVIDERS=all
      - PUBLICIP_DNS_PROVIDERS=all
      - PUBLICIP_DNS_TIMEOUT=3s
      - HTTP_TIMEOUT=10s

      # Web UI
      - LISTENING_ADDRESS=:8000
      - ROOT_URL=/

      # Backup
      - BACKUP_PERIOD=0 # 0 to disable
      - BACKUP_DIRECTORY=/updater/data

      # Other
      - LOG_LEVEL=info
      - LOG_CALLER=hidden
      - SHOUTRRR_ADDRESSES=
    restart: always
Originally created by @yanghs520 on GitHub (Apr 8, 2024). ```yml version: "3.7" services: ddns-updater: image: qmcgaw/ddns-updater container_name: ddns-updater network_mode: bridge ports: - 8000:8000/tcp volumes: - ./data:/updater/data environment: - CONFIG= - PERIOD=5m - UPDATE_COOLDOWN_PERIOD=5m - PUBLICIP_FETCHERS=all - PUBLICIP_HTTP_PROVIDERS=all - PUBLICIPV4_HTTP_PROVIDERS=all - PUBLICIPV6_HTTP_PROVIDERS=all - PUBLICIP_DNS_PROVIDERS=all - PUBLICIP_DNS_TIMEOUT=3s - HTTP_TIMEOUT=10s # Web UI - LISTENING_ADDRESS=:8000 - ROOT_URL=/ # Backup - BACKUP_PERIOD=0 # 0 to disable - BACKUP_DIRECTORY=/updater/data # Other - LOG_LEVEL=info - LOG_CALLER=hidden - SHOUTRRR_ADDRESSES= restart: always ```
saavagebueno added the Closed: 🗑️ Bad issue label 2025-11-20 04:23:26 -05:00
Author
Owner

@qdm12 commented on GitHub (Apr 8, 2024):

  1. I don't understand chinese, please write in english when the repository is written in english. Use translation tool as well.
  2. Low effort issue: no log, no error mentioned
  3. This is not an issue, more of a discussion, please create a discussion instead of an issue.
@qdm12 commented on GitHub (Apr 8, 2024): 1. I don't understand chinese, please write in english when the repository is written in english. Use translation tool as well. 2. Low effort issue: no log, no error mentioned 3. This is not an issue, more of a discussion, please create a discussion instead of an issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#387