- inwx ns update [[SelfHosted]] - https://github.com/chrisb86/nsupdate - ``` yml version: '3' services: nsupdate: image: nsupdate container_name: nsupdate build: context: https://github.com/chrisb86/nsupdate.git#main dockerfile: docker/Dockerfile environment: - SCHEDULE="*\30 * * * *" - TZ=Europe/Berlin - NSUPDATE_INWX_USER=monzi - NSUPDATE_INWX_PASSWORD=9Ty#JAJaEBG6Vsc3E@FR%bmfC volumes: - ./data:/config - ./log:/log restart: unless-stopped ``` -