empx92

Results 1 issues of empx92

i have the follwing configuration in my docker ``` version: '3' services: ddns: image: bbaerthlein/docker-ddns-server:latest container_name: dyndns restart: unless-stopped environment: DDNS_ADMIN_LOGIN: 'example:example_pwd' DDNS_DOMAINS: 'ns.example.com' DDNS_PARENT_NS: 'ns.example.com' DDNS_DEFAULT_TTL: '3600' ports: -...