Fixed docker
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 36s

This commit is contained in:
2026-04-26 19:51:09 +02:00
parent 2cc6bad069
commit 852da10d2e
3 changed files with 37 additions and 41 deletions

View File

@@ -5,8 +5,10 @@ services:
image: git.debilux.org/chris/nsupdate
container_name: nsupdate
environment:
- SCHEDULE=*\2 * * * *
- SCHEDULE=*/5 * * * *
- TZ=Europe/Berlin
- PUID=1000
- PGID=1000
- NSUPDATE_INWX_USER=YOUR_INWX_USERNAME
- NSUPDATE_INWX_PASSWORD=YOUR_INWX_PASSWORD
volumes: