update ddns env section for yml
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
This commit is contained in:
parent
cd71593678
commit
430f367d0c
1 changed files with 7 additions and 6 deletions
|
|
@ -4,12 +4,13 @@ services:
|
|||
container_name: ddns-updater
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TZ=America/Edmonton
|
||||
- PERIOD=5m
|
||||
- PUBLICIP_FETCHERS=http
|
||||
- PUBLICIP_HTTP_PROVIDERS=all
|
||||
# Wildcard Config
|
||||
- CONFIG={
|
||||
TZ: America/Edmonton
|
||||
PERIOD: 5m
|
||||
PUBLICIP_FETCHERS: http
|
||||
PUBLICIP_HTTP_PROVIDERS: all
|
||||
# Using the pipe (|) allows multi-line JSON safely
|
||||
CONFIG: |
|
||||
{
|
||||
"settings": [
|
||||
{
|
||||
"provider": "desec",
|
||||
|
|
|
|||
Loading…
Reference in a new issue