Files
nsupdate/docker/docker-compose.yml
Christian Busch 852da10d2e
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 36s
Fixed docker
2026-04-26 19:51:09 +02:00

17 lines
392 B
YAML
Executable File

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