Files
nsupdate/docker/docker-compose.yml
Christian Busch 2cc6bad069
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 35s
Run script in conatiner as unrivileged user.
2026-04-26 16:57:28 +02:00

15 lines
356 B
YAML
Executable File

version: '3'
services:
nsupdate:
image: git.debilux.org/chris/nsupdate
container_name: nsupdate
environment:
- SCHEDULE=*\2 * * * *
- TZ=Europe/Berlin
- NSUPDATE_INWX_USER=YOUR_INWX_USERNAME
- NSUPDATE_INWX_PASSWORD=YOUR_INWX_PASSWORD
volumes:
- ./data:/config
- ./log:/log
restart: unless-stopped