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
|
container_name: ddns-updater
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- TZ=America/Edmonton
|
TZ: America/Edmonton
|
||||||
- PERIOD=5m
|
PERIOD: 5m
|
||||||
- PUBLICIP_FETCHERS=http
|
PUBLICIP_FETCHERS: http
|
||||||
- PUBLICIP_HTTP_PROVIDERS=all
|
PUBLICIP_HTTP_PROVIDERS: all
|
||||||
# Wildcard Config
|
# Using the pipe (|) allows multi-line JSON safely
|
||||||
- CONFIG={
|
CONFIG: |
|
||||||
|
{
|
||||||
"settings": [
|
"settings": [
|
||||||
{
|
{
|
||||||
"provider": "desec",
|
"provider": "desec",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue