Fixed docker
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 36s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 36s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user